Global Goals New Tab

Become part of a community that positively changes the world!

Global Goals New Tab là gì?

Global Goals New Tab là một tiện ích mở rộng Chrome được phát triển bởi Gexsi, và tính năng chính của nó là "Become part of a community that positively changes the world!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Global Goals New Tab

Tải xuống các tệp mở rộng Global Goals New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Global Goals New Tab Global Goals New Tab
ID gggclagfhlbboehlpngjkbogaoinaaif
URL Chính Thức https://chrome.google.com/webstore/detail/global-goals-new-tab/gggclagfhlbboehlpngjkbogaoinaaif
Mô tả Become part of a community that positively changes the world!
Kích Thước Tệp 803 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.3.147
Cập Nhật Lần Cuối 2019-11-29
Ngày Phát Hành 2019-11-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Gexsi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.globalgoals.org/
URL Trang Trợ Giúp https://www.globalgoals.org/
URL Trang Chính Sách Bảo Mật https://gexsi.org/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}