Day-Count Timer Extension
Counts the amount of days since or until a specified date (or multiple dates).
What is Day-Count Timer Extension?
Day-Count Timer Extension is a Chrome extension developed by linuscedergren, and its main feature is "Counts the amount of days since or until a specified date (or multiple dates).".
Extension Screenshots
Download Day-Count Timer Extension Extension CRX File
Download Day-Count Timer Extension 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
A simple extension which counts the amount of days since or until a specified date. The extension icon will always display the amount of days between today and a specified date.
Extension Basic Information
Name | Day-Count Timer Extension |
ID | mhofelbafaechkdfmlpgcognpgnnhaaa |
Official URL | https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa |
Description | Counts the amount of days since or until a specified date (or multiple dates). |
File Size | 625 KB |
Installation Count | 329 |
Current Version | 2.3.2 |
Last Updated | 2023-02-14 |
Publish Date | 2020-09-27 |
Rating | 4.50/5 Total 2 Ratings |
Developer | linuscedergren |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Day-Count Timer Extension", "version": "2.3.2", "manifest_version": 3, "description": "Counts the amount of days since or until a specified date (or multiple dates).", "permissions": [ "storage" ], "action": { "default_popup": ".\/popup.html", "default_icon": ".\/assets\/images\/icon.png" }, "background": { "service_worker": ".\/assets\/js\/background.js" }, "icons": { "128": ".\/assets\/images\/icon.png" } } |