New Ui is out now! This Add-on is using gemini ai 1.0 pro, 1.5 flash, 1.5 pro models for chatting. This extensions using ip-api.com for location detection and googleapis.com for gemini model also if you are planing to use Vertex api you should install `gcloud` as dependency (optional) NOTE: This extension is not affiliated, funded, or in any way associated with Google and Gemini.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
30 | Active |
29 | Rejected |
28 | Rejected |
27 | Active |
26 | Rejected |
25 | Rejected |
24 | Active |
23 | Active |
22 | Active |
21 | Rejected |
20 | Rejected |
19 | Active |
18 | Active |
17 | Active |
16 | Rejected |
15 | Rejected |
14 | Rejected |
13 | Active |
12 | Inactive |
11 | Inactive |
10 | Rejected |
9 | Rejected |
8 | Rejected |
7 | Rejected |
6 | Inactive |
5 | Inactive |
4 | Rejected |
3 | Rejected |
2 | Rejected |
1 | Rejected |
This version will not work on Gnome 45-46 but I made an update an I will publish the newest version asap
1. This version is not 45 compatible: [GNOME Shell 45 Port Guide](https://gjs.guide/extensions/upgrading/gnome-shell-45.html) 2. You should add to the description that this extension is using thisipcan.cyou and googleapis.com services. 3. You cannot load prefs in `extension.js` (line 34). 4. No need to use spawn command for opening prefs (line 237 `extension.js`). 5. Timeout should be removed on destroy (line 58 and 138 `extension.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) 6. Please remove `.pot` file: [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 7. You need to mention in the description that this extension needs `gcloud` as its dependency. 8. Please don't use deprecated modules (line 5 `prefs.js`): [EGO Review Guidelines: deprecated modules](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#do-not-use-deprecated-modules) 9. You cannot create instance of objects in global scope (line 12 `prefs.js`). To fix that move that line to `buildPrefsWidget()`. [EGO Review Guidelines: Initialization](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-initialization-for-static-resources) 10. Please remove line 14-16 (`prefs.js`) and only use `ExtensionUtils.initTranslations()`. You can add the gettext domain to `metadata.json` btw. 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