Countdown to Christmas Day
Countdown to Christmas Day. It will works endlessly year after year, forever.
What is Countdown to Christmas Day?
Countdown to Christmas Day is a Chrome extension developed by Riccardo Andreatta, and its main feature is "Countdown to Christmas Day. It will works endlessly year after year, forever.".
Extension Screenshots
Download Countdown to Christmas Day Extension CRX File
Download Countdown to Christmas Day 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
Would you like to know how many time is left to Christmas? This extension pops up a very clear and lightweight countdown that is showing you the remaining time to Christmas. It works endlessly, year after year, because of the developed algorithm.
Extension Basic Information
Name | Countdown to Christmas Day |
ID | hdncbeemmadlkelehboocphbgnpagmgk |
Official URL | https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk |
Description | Countdown to Christmas Day. It will works endlessly year after year, forever. |
File Size | 29.15 KB |
Installation Count | 734 |
Current Version | 1.0.0 |
Last Updated | 2020-07-30 |
Publish Date | 2020-07-29 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Riccardo Andreatta |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Ferie/countdown-to-christmas-day-chrome-extension |
Help Page URL | https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown to Christmas Day", "description": "Countdown to Christmas Day. It will works endlessly year after year, forever.", "version": "1.0.0", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png" } }, "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" } } |