Global Goals New Tab
Become part of a community that positively changes the world!
What is Global Goals New Tab?
Global Goals New Tab is a Chrome extension developed by Gexsi, and its main feature is "Become part of a community that positively changes the world!".
Extension Screenshots
Download Global Goals New Tab Extension CRX File
Download Global Goals New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | |
ID | gggclagfhlbboehlpngjkbogaoinaaif |
Official URL | https://chrome.google.com/webstore/detail/global-goals-new-tab/gggclagfhlbboehlpngjkbogaoinaaif |
Description | Become part of a community that positively changes the world! |
File Size | 803 KB |
Installation Count | 43 |
Current Version | 0.3.147 |
Last Updated | 2019-11-29 |
Publish Date | 2019-11-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Gexsi |
[email protected] | |
Payment Type | free |
Extension Website | https://www.globalgoals.org/ |
Help Page URL | https://www.globalgoals.org/ |
Privacy Policy Page URL | https://gexsi.org/privacy-policy |
Supported Languages | 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" ] } } |