Review of "PiP Always On Top - Google Chrome" version 1

Details Page Preview

Makes Picture-in-Picture windows automatically always on top for Google Chrome. No more Alt+Space+Click. The hour spent making this will make up for those 3 clicks so much.

Extension Homepage
https://github.com/HenryHell0/pip-ontop

No comments.

FAQ

Files

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

All Versions

Version Status
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please don't use old imports (line 3 `extension.js`). 2. Use `console.*` instead of `log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 3. Timeout should be removed on disable and also before creating a new one since that function can be called multiple times (line 38 `extension.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) 4. Avoid using unnecessary try and catch blocks. If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions