Exoplanet New Tab

Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.

Co je Exoplanet New Tab?

Exoplanet New Tab je rozšíření Chrome vyvinuté https://www.mermaidi.de, a jeho hlavní funkcí je „Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření Exoplanet 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í

                        Go exoplanet hunting and discover a confirmed planet in our universe drawn from the NASA database.
Each planet is visualized hypothetically and animated - no new tab planet will look like the other.
Read through the key facts of the planet: What's its size compared to earth? What's the temperature there? How long does the planet take to orbit its star? And how many stars exist in its planetary system?

Travel multiple light years with every new tab and maybe you will find the future home of mankind.                    

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

Název Exoplanet New Tab Exoplanet New Tab
ID lomgeabjcgmlehekkdofbmgedkapgpoe
Oficiální URL https://chromewebstore.google.com/detail/exoplanet-new-tab/lomgeabjcgmlehekkdofbmgedkapgpoe
Popis Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.
Velikost souboru 8.26 MB
Počet instalací 57
Aktuální Verze 0.2.3
Poslední Aktualizace 2023-12-09
Datum Vydání 2021-04-28
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://www.mermaidi.de
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.mermaidi.de/datenschutz.html
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exoplanet New Tab",
    "description": "Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.",
    "version": "0.2.3",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/exoplanetarchive.ipac.caltech.edu\/TAP\/sync",
        "https:\/\/exoplanets.nasa.gov\/api\/v1\/planets\/"
    ]
}