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
官方網址 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
電子郵箱 [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\/"
    ]
}