Astronomy Calendar for celestial events
Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.
Τι είναι το Astronomy Calendar for celestial events;
Το Astronomy Calendar for celestial events είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://moophz.com, και η κύρια λειτουργία του είναι "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Astronomy Calendar for celestial events
Λήψη αρχείων επέκτασης Astronomy Calendar for celestial events σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Astronomy Calendar for celestial events. This replaces the blank New Tab background with an interactive calendar along with descriptive space images taken from across the world by Maroun Habib / @Moophz
Βασικές Πληροφορίες Επέκτασης
Όνομα | Astronomy Calendar for celestial events |
ID | ghjdchifgiedhcmkboddlhibiihihcfc |
Επίσημο URL | https://chromewebstore.google.com/detail/astronomy-calendar-for-ce/ghjdchifgiedhcmkboddlhibiihihcfc |
Περιγραφή | Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz. |
Μέγεθος Αρχείου | 23.8 MB |
Αριθμός Εγκαταστάσεων | 4,033 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2024-01-02 |
Ημερομηνία Δημοσίευσης | 2021-01-19 |
Αξιολόγηση | 5.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | https://moophz.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://moophz.com/article/astronomy-calendar-2021-digital |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Astronomy Calendar for celestial events", "description": "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib \/ Moophz.", "version": "1.4", "manifest_version": 3, "chrome_url_overrides": { "newtab": "bg.html" }, "action": { "default_popup": "bg.html" }, "icons": { "16": "favicon16.png", "32": "favicon32.png", "48": "favicon48.png", "128": "favicon.png" }, "content_scripts": [ { "css": [ "splide.min.css" ], "js": [ "jquery-3.5.1.min.js", "background.js", "splide.min.js" ], "matches": [ "file:\/\/\/*" ] } ] } |