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!”。

擴展截圖

screenshot
screenshot
screenshot

下載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).                    

擴展基本資訊

名稱 Global Goals New Tab Global Goals New Tab
ID gggclagfhlbboehlpngjkbogaoinaaif
官方網址 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"
        ]
    }
}