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
Was ist Workweek Countdown?
Workweek Countdown ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "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".
Erweiterungsscreenshots
Workweek Countdown-Erweiterungs-CRX-Datei herunterladen
Laden Sie Workweek Countdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
• 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
Grundlegende Informationen zur Erweiterung
Name | Workweek Countdown |
ID | cpabjedmfklidenaehheidohkklfhfjk |
Offizielle URL | https://chromewebstore.google.com/detail/workweek-countdown/cpabjedmfklidenaehheidohkklfhfjk |
Beschreibung | 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 |
Dateigröße | 96.98 KB |
Installationsanzahl | 106 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2016-07-03 |
Veröffentlichungsdatum | 2016-07-03 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |