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文件

下載Spatium擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        🚀  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
官方網址 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"
    }
}