Globe Earth New Tab

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

Co je Globe Earth New Tab?

Globe Earth New Tab je rozšíření Chrome vyvinuté earthpicturesg, a jeho hlavní funkcí je „Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Globe Earth New Tab

Stáhněte si soubory rozšíření Globe Earth New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Globe Earth New Tab Globe Earth New Tab
ID kkiiilhemfcafbffkiigpgmanipffjkg
Oficiální URL https://chromewebstore.google.com/detail/globe-earth-new-tab/kkiiilhemfcafbffkiigpgmanipffjkg
Popis Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.
Velikost souboru 105 KB
Počet instalací 6,171
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-12-07
Datum Vydání 2022-10-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář earthpicturesg
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}