Global Goals New Tab
Become part of a community that positively changes the world!
什么是Global Goals New Tab?
Global Goals New Tab是由Gexsi开发的Chrome扩展程序,该扩展的主要功能是“Become part of a community that positively changes the world!”。
扩展截图
下载Global Goals New Tab扩展crx文件
下载Global Goals New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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).
扩展基本信息
名称 | |
ID | gggclagfhlbboehlpngjkbogaoinaaif |
官方URL | https://chrome.google.com/webstore/detail/global-goals-new-tab/gggclagfhlbboehlpngjkbogaoinaaif |
简介 | Become part of a community that positively changes the world! |
文件大小 | 803 KB |
安装次数 | 43 |
当前版本 | 0.3.147 |
更新时间 | 2019-11-29 |
上架时间 | 2019-11-29 |
评分 | 5.00/5 共2次评分 |
开发者 | Gexsi |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.globalgoals.org/ |
帮助页面URL | https://www.globalgoals.org/ |
隐私政策页面URL | https://gexsi.org/privacy-policy |
支持的语言 | 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" ] } } |