Days Since (Days Count)
Displays the number of days since a specified date right in the toolbar. (Days Count)
What is Days Since (Days Count)?
Days Since (Days Count) is a Chrome extension developed by virajctech, and its main feature is "Displays the number of days since a specified date right in the toolbar. (Days Count)".
Extension Screenshots
Download Days Since (Days Count) Extension CRX File
Download Days Since (Days Count) 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
It's a great tool to Break bad habits / Create good habits / Track how far you have come since some important day. It's a days count that is ALWAYS visible right in your Chrome toolbar, next to where you type your URLs. Easily change the date by clicking on the extension logo. This also syncs between browsers. Like if you login to same chrome account on two different PCs, it'll show the same results! This extension is open source: https://github.com/virajvchavan/daysCount
Extension Basic Information
Name | Days Since (Days Count) |
ID | emhhhnhbnjkilmhkiibfhjmefpipnmke |
Official URL | https://chromewebstore.google.com/detail/days-since-days-count/emhhhnhbnjkilmhkiibfhjmefpipnmke |
Description | Displays the number of days since a specified date right in the toolbar. (Days Count) |
File Size | 23.59 KB |
Installation Count | 1,284 |
Current Version | 1.1 |
Last Updated | 2019-08-31 |
Publish Date | 2019-08-31 |
Rating | 4.33/5 Total 3 Ratings |
Developer | virajctech |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/virajvchavan/daysCount |
Help Page URL | https://github.com/virajvchavan/daysCount |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Days Since (Days Count)", "short_name": "Days Since", "version": "1.1", "description": "Displays the number of days since a specified date right in the toolbar. (Days Count)", "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_title": "Click here to set the date", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" } } |