Workweek Countdown
A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work
What is Workweek Countdown?
Workweek Countdown is a Chrome extension developed by Unknown, and its main feature is "A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work".
Extension Screenshots
Download Workweek Countdown Extension CRX File
Download Workweek Countdown 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
• Two display modes. Countdown mode shows how much time there is left till the weekend down to a millisecond. Percent mode precisely shows how many percent of a work week is still left • Flexible work week schedule settings. You can customize your working days and when your working day starts and ends
Extension Basic Information
Name | Workweek Countdown |
ID | cpabjedmfklidenaehheidohkklfhfjk |
Official URL | https://chromewebstore.google.com/detail/workweek-countdown/cpabjedmfklidenaehheidohkklfhfjk |
Description | A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work |
File Size | 96.98 KB |
Installation Count | 106 |
Current Version | 1.0.2 |
Last Updated | 2016-07-03 |
Publish Date | 2016-07-03 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Workweek Countdown", "short_name": "Workweek CD", "description": "A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work", "version": "1.0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |