Spatium

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

Τι είναι το Spatium;

Το Spatium είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://skyfrom.earth, και η κύρια λειτουργία του είναι "Beautiful space images and information of your current sky map location on every new tab.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Spatium

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    }
}