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
ما هو Workweek Countdown؟
Workweek Countdown هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Workweek Countdown
قم بتنزيل ملفات الامتداد Workweek Countdown بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
• 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
معلومات أساسية عن التمديد
الاسم | Workweek Countdown |
ID | cpabjedmfklidenaehheidohkklfhfjk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/workweek-countdown/cpabjedmfklidenaehheidohkklfhfjk |
الوصف | 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 |
حجم الملف | 96.98 KB |
عدد التثبيتات | 106 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2016-07-03 |
تاريخ النشر | 2016-07-03 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |