Global Goals New Tab
Become part of a community that positively changes the world!
Co je Global Goals New Tab?
Global Goals New Tab je rozšíření Chrome vyvinuté Gexsi, a jeho hlavní funkcí je „Become part of a community that positively changes the world!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Global Goals New Tab
Stáhněte si soubory rozšíření Global Goals New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | |
ID | gggclagfhlbboehlpngjkbogaoinaaif |
Oficiální URL | https://chrome.google.com/webstore/detail/global-goals-new-tab/gggclagfhlbboehlpngjkbogaoinaaif |
Popis | Become part of a community that positively changes the world! |
Velikost souboru | 803 KB |
Počet instalací | 43 |
Aktuální Verze | 0.3.147 |
Poslední Aktualizace | 2019-11-29 |
Datum Vydání | 2019-11-29 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Gexsi |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.globalgoals.org/ |
URL Stránky Nápovědy | https://www.globalgoals.org/ |
URL Stránky Zásad Ochrany Soukromí | https://gexsi.org/privacy-policy |
Podporované Jazyky | 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" ] } } |