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
Qu'est-ce que Workweek Countdown ?
Workweek Countdown est une extension Chrome développée par Unknown, et sa fonction principale est "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".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Workweek Countdown
Téléchargez les fichiers d'extension Workweek Countdown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
• 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
Informations de Base sur l'Extension
Nom | Workweek Countdown |
ID | cpabjedmfklidenaehheidohkklfhfjk |
URL Officiel | https://chromewebstore.google.com/detail/workweek-countdown/cpabjedmfklidenaehheidohkklfhfjk |
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 |
Taille du Fichier | 96.98 KB |
Nombre d'Installations | 106 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2016-07-03 |
Date de Publication | 2016-07-03 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |