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
Hvad er Workweek Countdown?
Workweek Countdown er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "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".
Udvidelsesskærmbilleder
Download Workweek Countdown-udvidelses-CRX-fil
Download Workweek Countdown-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
• 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æggende oplysninger om udvidelsen
Navn | Workweek Countdown |
ID | cpabjedmfklidenaehheidohkklfhfjk |
Officiel URL | https://chromewebstore.google.com/detail/workweek-countdown/cpabjedmfklidenaehheidohkklfhfjk |
Beskrivelse | 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 |
Filstørrelse | 96.98 KB |
Antal Installationer | 106 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2016-07-03 |
Udgivelsesdato | 2016-07-03 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |