Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
15 | Active |
14 | Rejected |
13 | Active |
12 | Rejected |
11 | Rejected |
10 | Active |
9 | Inactive |
8 | Inactive |
7 | Rejected |
6 | Inactive |
5 | Rejected |
4 | Inactive |
3 | Rejected |
2 | Rejected |
1 | Rejected |
1. Please remove unnecessary files and folder: - `.git` - `settings` - `biome.json` - `stylesheet.css` [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 2. Also null out in disable: ```js this._aboveIcon = null; this._belowIcon = null; this._ext = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 3. Do `disconnectObject()` on disable (line 57 and 60 `extension.js`): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#disconnect-all-signals If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions