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
Co to jest Workweek Countdown?
Workweek Countdown to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „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”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Workweek Countdown
Pobierz pliki rozszerzeń Workweek Countdown w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
• 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
Podstawowe informacje o rozszerzeniu
Nazwa | Workweek Countdown |
ID | cpabjedmfklidenaehheidohkklfhfjk |
Oficjalny URL | https://chromewebstore.google.com/detail/workweek-countdown/cpabjedmfklidenaehheidohkklfhfjk |
Opis | 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 |
Rozmiar pliku | 96.98 KB |
Liczba instalacji | 106 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2016-07-03 |
Data Publikacji | 2016-07-03 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |