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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/"
    ]
}