Astronomy Calendar for celestial events
Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.
What is Astronomy Calendar for celestial events?
Astronomy Calendar for celestial events is a Chrome extension developed by https://moophz.com, and its main feature is "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.".
Extension Screenshots
Download Astronomy Calendar for celestial events Extension CRX File
Download Astronomy Calendar for celestial events extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ghjdchifgiedhcmkboddlhibiihihcfc |
Official URL | https://chromewebstore.google.com/detail/astronomy-calendar-for-ce/ghjdchifgiedhcmkboddlhibiihihcfc |
Description | Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz. |
File Size | 23.8 MB |
Installation Count | 4,033 |
Current Version | 1.4 |
Last Updated | 2024-01-02 |
Publish Date | 2021-01-19 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://moophz.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://moophz.com/article/astronomy-calendar-2021-digital |
Supported Languages | 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:\/\/\/*" ] } ] } |