Globe Earth New Tab

Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.

¿Qué es Globe Earth New Tab?

Globe Earth New Tab es una extensión de Chrome desarrollada por earthpicturesg, y su función principal es "Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Globe Earth New Tab

Descarga archivos de extensión Globe Earth 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

                        Globe Earth shows Random pictures from around the world.
By clicking "Add to Chrome", you accept and agree to installing Globe Earth New Tab extension and setting Chrome™ new tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing.

Privacy Policy: https://globe-earth.com/privacy.html
Terms of Use: https://globe-earth.com/eula.html
Contact us: https://globe-earth.com/contact.html
About us: https://globe-earth.com/about.html                    

Información Básica de la Extensión

Nombre Globe Earth New Tab Globe Earth New Tab
ID kkiiilhemfcafbffkiigpgmanipffjkg
URL Oficial https://chromewebstore.google.com/detail/globe-earth-new-tab/kkiiilhemfcafbffkiigpgmanipffjkg
Descripción Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.
Tamaño del Archivo 105 KB
Cantidad de Instalaciones 6,171
Versión Actual 1.0.1
Última Actualización 2022-12-07
Fecha de Publicación 2022-10-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador earthpicturesg
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Globe Earth New Tab",
    "description": "Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "\/index.png",
        "32": "\/index.png",
        "48": "\/index.png",
        "128": "\/index.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/www.gstatic.com\/*"
    ],
    "background": {
        "service_worker": "service_worker.js"
    }
}