Spatium

Beautiful space images and information of your current sky map location on every new tab.

Spatium란 무엇입니까?

Spatium은(는) https://skyfrom.earth에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beautiful space images and information of your current sky map location on every new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Spatium 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🚀  FEATURES  🚀

🌌 Space images. 🌌
• Every day get a fascinating image of our universe. Enjoy pictures of stars, planets, moons, galaxies, nebulae, comets and more right on your browser tab.

☀️ Sun Widget. ☀️
• Find out when the sunrise, sunset, first and last light times will be precisely at your location. It also shows a countdown in an easy-to-read display, so you can stay tuned in your favorite sun event - light up your world!.

🌙 Moon Widget. 🌙
• See the current moon phase in real-time, countdowns to moon events (New Moon, First Quarter, Full Moon and Last Quarter), along with exact illumination percentages. Never miss an opportunity for moon gazing anymore.

📜 Inspire Yourself Daily. 📜
• Receive a daily dose of inspiration, insight and positive action with our curated list of quotes from the most intelligent people in history.



✋ ABOUT PERMISSIONS  ✋

🛰️ Location. 🛰️
• Automatic sun information setup only. 

📌 Most Visited Sites. 📌
• The browser will ask for more permission to show your most visited sites (optional). Once approved, it will be kept locally. We will never collect your browsing history. We respect your privacy.                    

확장 프로그램 기본 정보

이름 Spatium Spatium
ID agdllobgfmpgjedfombjgkkceedjobjb
공식 URL https://chromewebstore.google.com/detail/spatium/agdllobgfmpgjedfombjgkkceedjobjb
설명 Beautiful space images and information of your current sky map location on every new tab.
파일 크기 782 KB
설치 횟수 3,333
현재 버전 2.2.0
최근 업데이트 2024-03-04
출시 날짜 2020-04-26
평점 4.74/5 총 23 개의 평점
개발자 https://skyfrom.earth
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://spatium.earth
도움말 페이지 URL https://twitter.com/im_titxo
개인정보 보호 정책 페이지 URL https://spatium.earth/privacy-policy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spatium",
    "description": "Beautiful space images and information of your current sky map location on every new tab.",
    "version": "2.2.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "Spatium"
    },
    "icons": {
        "16": "logo-ext_16.png",
        "32": "logo-ext_32.png",
        "48": "logo-ext_48.png",
        "96": "logo-ext_96.png",
        "128": "logo-ext_128.png",
        "256": "logo-ext_256.png"
    },
    "permissions": [
        "geolocation"
    ],
    "optional_permissions": [
        "topSites"
    ],
    "background": {
        "service_worker": "background.js"
    }
}