Global Goals New Tab

Become part of a community that positively changes the world!

¿Qué es Global Goals New Tab?

Global Goals New Tab es una extensión de Chrome desarrollada por Gexsi, y su función principal es "Become part of a community that positively changes the world!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Global Goals New Tab

Descarga archivos de extensión Global Goals New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Global Goals New Tab Global Goals New Tab
ID gggclagfhlbboehlpngjkbogaoinaaif
URL Oficial https://chrome.google.com/webstore/detail/global-goals-new-tab/gggclagfhlbboehlpngjkbogaoinaaif
Descripción Become part of a community that positively changes the world!
Tamaño del Archivo 803 KB
Cantidad de Instalaciones 43
Versión Actual 0.3.147
Última Actualización 2019-11-29
Fecha de Publicación 2019-11-29
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Gexsi
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.globalgoals.org/
URL de la Página de Ayuda https://www.globalgoals.org/
URL de la Página de Política de Privacidad https://gexsi.org/privacy-policy
Idiomas Soportados 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"
        ]
    }
}