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
Vad är Workweek Countdown?
Workweek Countdown är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "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".
Tilläggsskärmbilder
Ladda ner Workweek Countdown-förlängningens CRX-fil
Ladda ner Workweek Countdown-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
• 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
Grundläggande Information om Tillägg
Namn | Workweek Countdown |
ID | cpabjedmfklidenaehheidohkklfhfjk |
Officiell webbadress | https://chromewebstore.google.com/detail/workweek-countdown/cpabjedmfklidenaehheidohkklfhfjk |
Beskrivning | 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 |
Filstorlek | 96.98 KB |
Antal Installationer | 106 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2016-07-03 |
Publiceringsdatum | 2016-07-03 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" ] } |