Exoplanet New Tab

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

Qu'est-ce que Exoplanet New Tab ?

Exoplanet New Tab est une extension Chrome développée par https://www.mermaidi.de, et sa fonction principale est "Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Exoplanet New Tab

Téléchargez les fichiers d'extension Exoplanet New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Exoplanet New Tab Exoplanet New Tab
ID lomgeabjcgmlehekkdofbmgedkapgpoe
URL Officiel https://chromewebstore.google.com/detail/exoplanet-new-tab/lomgeabjcgmlehekkdofbmgedkapgpoe
Description Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.
Taille du Fichier 8.26 MB
Nombre d'Installations 57
Version Actuelle 0.2.3
Dernière Mise à Jour 2023-12-09
Date de Publication 2021-04-28
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://www.mermaidi.de
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.mermaidi.de/datenschutz.html
Langues Prises en Charge 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\/"
    ]
}