Global Goals New Tab
Become part of a community that positively changes the world!
Qu'est-ce que Global Goals New Tab ?
Global Goals New Tab est une extension Chrome développée par Gexsi, et sa fonction principale est "Become part of a community that positively changes the world!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Global Goals New Tab
Téléchargez les fichiers d'extension Global Goals New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A fast and useful extension with everything you need to browse. The extension improves the Chrome start page with powerful search, fast access to popular websites, an attractive layout and integrated news feed. Advertising and affiliate marketing partnerships generate a revenue stream which is used to support innovative social projects that contribute to the 17 UN Sustainable Development Goals (SDGs).
Informations de Base sur l'Extension
Nom | |
ID | gggclagfhlbboehlpngjkbogaoinaaif |
URL Officiel | https://chrome.google.com/webstore/detail/global-goals-new-tab/gggclagfhlbboehlpngjkbogaoinaaif |
Description | Become part of a community that positively changes the world! |
Taille du Fichier | 803 KB |
Nombre d'Installations | 43 |
Version Actuelle | 0.3.147 |
Dernière Mise à Jour | 2019-11-29 |
Date de Publication | 2019-11-29 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Gexsi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.globalgoals.org/ |
URL de la Page d'Aide | https://www.globalgoals.org/ |
URL de la Page de Politique de Confidentialité | https://gexsi.org/privacy-policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Global Goals New Tab", "version": "0.3.147", "description": "Become part of a community that positively changes the world!", "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-96px.png", "128": "icons\/icon-256px.png" }, "chrome_url_overrides": { "newtab": "startpage.html#newTab" }, "browser_action": { "default_title": "New Tab" }, "permissions": [ "tabs", "storage", "topSites", "history", "bookmarks", "chrome:\/\/favicon\/" ], "optional_permissions": [], "background": { "scripts": [ "background.js" ] } } |