Global Goals New Tab

Become part of a community that positively changes the world!

O que é Global Goals New Tab?

Global Goals New Tab é uma extensão do Chrome desenvolvida por Gexsi, e sua principal característica é "Become part of a community that positively changes the world!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Global Goals New Tab

Baixe arquivos de extensão Global Goals New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Global Goals New Tab Global Goals New Tab
ID gggclagfhlbboehlpngjkbogaoinaaif
URL Oficial https://chrome.google.com/webstore/detail/global-goals-new-tab/gggclagfhlbboehlpngjkbogaoinaaif
Descrição Become part of a community that positively changes the world!
Tamanho do Arquivo 803 KB
Contagem de Instalações 43
Versão Atual 0.3.147
Última Atualização 2019-11-29
Data de Publicação 2019-11-29
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Gexsi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.globalgoals.org/
URL da Página de Ajuda https://www.globalgoals.org/
URL da Página de Política de Privacidade https://gexsi.org/privacy-policy
Idiomas Suportados 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"
        ]
    }
}