Exoplanet New Tab

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

Exoplanet New Tabとは何ですか?

Exoplanet New Tabはhttps://www.mermaidi.deによって開発されたChromeの拡張機能で、その主な機能は「Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Exoplanet New Tab拡張機能のCRXファイルをダウンロード

Exoplanet New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Exoplanet New Tab Exoplanet New Tab
ID lomgeabjcgmlehekkdofbmgedkapgpoe
公式URL https://chromewebstore.google.com/detail/exoplanet-new-tab/lomgeabjcgmlehekkdofbmgedkapgpoe
説明 Explore a new confirmed exoplanet in every new tab with hypothetical visualization and interesting planet facts.
ファイルサイズ 8.26 MB
インストール数 57
現在のバージョン 0.2.3
最終更新日 2023-12-09
公開日 2021-04-28
評価 5.00/5 合計 4 レビュー
開発者 https://www.mermaidi.de
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.mermaidi.de/datenschutz.html
対応言語 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\/"
    ]
}