Review of "gTile" version 41

Details Page Preview

Tile windows on a grid

Extension Homepage
https://github.com/gTile

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

ewlsh active
Some JS tips if you want them, you should use [] instead of new Array() and for...in loops can be finicky and don't guarantee the order they'll iterate, generally array.forEach((element, index) => { /* ...code... */ }) is better.