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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Workweek Countdown擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
• 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 |
官方網址 | 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" ] } |