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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        ]
    }
}