Global Goals New Tab
Become part of a community that positively changes the world!
Cos'è Global Goals New Tab?
Global Goals New Tab è un'estensione di Chrome sviluppata da Gexsi, e la sua funzione principale è "Become part of a community that positively changes the world!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Global Goals New Tab
Scarica i file di estensione Global Goals New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | |
ID | gggclagfhlbboehlpngjkbogaoinaaif |
URL Ufficiale | https://chrome.google.com/webstore/detail/global-goals-new-tab/gggclagfhlbboehlpngjkbogaoinaaif |
Descrizione | Become part of a community that positively changes the world! |
Dimensione del File | 803 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 0.3.147 |
Ultimo Aggiornamento | 2019-11-29 |
Data di Pubblicazione | 2019-11-29 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Gexsi |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.globalgoals.org/ |
URL della Pagina di Aiuto | https://www.globalgoals.org/ |
URL della Pagina della Politica sulla Privacy | https://gexsi.org/privacy-policy |
Lingue Supportate | 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" ] } } |