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
Cos'è Workweek Countdown?
Workweek Countdown è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "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".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Workweek Countdown
Scarica i file di estensione Workweek Countdown in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
• 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | cpabjedmfklidenaehheidohkklfhfjk |
| URL Ufficiale | https://chromewebstore.google.com/detail/workweek-countdown/cpabjedmfklidenaehheidohkklfhfjk |
| Descrizione | 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 |
| Dimensione del File | 96.98 KB |
| Conteggio Installazioni | 106 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2016-07-03 |
| Data di Pubblicazione | 2016-07-03 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |