Exoplanet New Tab

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

Was ist Exoplanet New Tab?

Exoplanet New Tab ist eine Chrome-Erweiterung, die von https://www.mermaidi.de entwickelt wurde, und ihr Hauptmerkmal ist "Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Exoplanet New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Exoplanet New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Exoplanet New Tab Exoplanet New Tab
ID lomgeabjcgmlehekkdofbmgedkapgpoe
Offizielle URL https://chromewebstore.google.com/detail/exoplanet-new-tab/lomgeabjcgmlehekkdofbmgedkapgpoe
Beschreibung Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.
Dateigröße 8.26 MB
Installationsanzahl 57
Aktuelle Version 0.2.3
Letztes Update 2023-12-09
Veröffentlichungsdatum 2021-04-28
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://www.mermaidi.de
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.mermaidi.de/datenschutz.html
Unterstützte Sprachen 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\/"
    ]
}