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 |
官方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" ] } |