Global Goals New Tab

Become part of a community that positively changes the world!

Vad är Global Goals New Tab?

Global Goals New Tab är en Chrome-tillägg utvecklad av Gexsi, och dess huvudfunktion är "Become part of a community that positively changes the world!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Global Goals New Tab-förlängningens CRX-fil

Ladda ner Global Goals New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Global Goals New Tab Global Goals New Tab
ID gggclagfhlbboehlpngjkbogaoinaaif
Officiell webbadress https://chrome.google.com/webstore/detail/global-goals-new-tab/gggclagfhlbboehlpngjkbogaoinaaif
Beskrivning Become part of a community that positively changes the world!
Filstorlek 803 KB
Antal Installationer 43
Aktuell Version 0.3.147
Senast Uppdaterad 2019-11-29
Publiceringsdatum 2019-11-29
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Gexsi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.globalgoals.org/
Hjälpsida URL https://www.globalgoals.org/
URL till Sekretesspolicy Sidan https://gexsi.org/privacy-policy
Stödda Språk 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"
        ]
    }
}