Global Goals New Tab
Become part of a community that positively changes the world!
Was ist Global Goals New Tab?
Global Goals New Tab ist eine Chrome-Erweiterung, die von Gexsi entwickelt wurde, und ihr Hauptmerkmal ist "Become part of a community that positively changes the world!".
Erweiterungsscreenshots
Global Goals New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Global Goals New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | |
ID | gggclagfhlbboehlpngjkbogaoinaaif |
Offizielle URL | https://chrome.google.com/webstore/detail/global-goals-new-tab/gggclagfhlbboehlpngjkbogaoinaaif |
Beschreibung | Become part of a community that positively changes the world! |
Dateigröße | 803 KB |
Installationsanzahl | 43 |
Aktuelle Version | 0.3.147 |
Letztes Update | 2019-11-29 |
Veröffentlichungsdatum | 2019-11-29 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Gexsi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.globalgoals.org/ |
Hilfeseite URL | https://www.globalgoals.org/ |
URL der Datenschutzrichtlinien-Seite | https://gexsi.org/privacy-policy |
Unterstützte Sprachen | 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" ] } } |