Displays your age in real time. Great source of motivation according to terror management theory!
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
10 | Rejected |
9 | Rejected |
8 | Active |
7 | Active |
6 | Inactive |
5 | Rejected |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Inactive |
1. Please add to the description that this extension is using `who.int` services. 2. Remove the version since GNOME Shell 47 using Soup 3 (line 5 `prefs.js`). 3. Please move line 19 `prefs.js` to `fillPreferencesWindow` and clean up on window close request: [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) ```js window.connect('close-request', () => { // clean up here }); ``` 4. You are doing so many `this.getSettings()` calls in `prefs.js`. Create only one instance and use that instead. 5. Move line 21 `prefs.js` to another file and make it more readable. You can use beautify tools if you don't have the multi line version. 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