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
公式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
Eメール [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"
        ]
    }
}