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 https://moophz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Astronomy Calendar for celestial events एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/\/*" ] } ] } |