DayCountDown
show the countdown of day a new tab
What is DayCountDown?
DayCountDown is a Chrome extension developed by ShulinChen, and its main feature is "show the countdown of day a new tab".
Extension Screenshots
Download DayCountDown Extension CRX File
Download DayCountDown 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
countdown of the day in a new Tab to increase user's productivity.
Extension Basic Information
Name | DayCountDown |
ID | gldjpdjepgkghlcbfmhgflhhefipahcb |
Official URL | https://chromewebstore.google.com/detail/daycountdown/gldjpdjepgkghlcbfmhgflhhefipahcb |
Description | show the countdown of day a new tab |
File Size | 66.84 KB |
Installation Count | 29 |
Current Version | 1.0.1 |
Last Updated | 2015-10-11 |
Publish Date | 2015-10-11 |
Rating | 3.40/5 Total 5 Ratings |
Developer | ShulinChen |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DayCountDown", "version": "1.0.1", "description": "show the countdown of day a new tab", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "offline_enabled": true, "permissions": [ "https:\/\/ssl.google-analytics.com\/ga.js", "*:\/\/*.googleapis.com\/*", "storage" ] } |