Work-Time
Work-Time - It's just the timer of your working time.
什麼是Work-Time?
Work-Time是由Alex Zarnitsa開發的Chrome擴展程式,該擴展的主要功能是“Work-Time - It's just the timer of your working time.”。
擴展截圖
下載Work-Time擴展crx文件
下載Work-Time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add timers for each task. Each timer has their notes. Timer thinks if a new day, and you do not stop the timer, it resets to 0:00. You can also see the Options page, to set this option. And also, Help, you can find on the Options page. This page will help you to find additional functions.
擴展基本資訊
名稱 | Work-Time |
ID | fbdehjlkdfihmopbhddckmnabmfgkmkg |
官方網址 | https://chromewebstore.google.com/detail/work-time/fbdehjlkdfihmopbhddckmnabmfgkmkg |
簡介 | Work-Time - It's just the timer of your working time. |
檔案大小 | 448 KB |
安裝次數 | 401 |
目前版本 | 3.0.5 |
更新時間 | 2015-02-14 |
上架時間 | 2015-02-14 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Alex Zarnitsa |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "browser_action": { "default_icon": "\/images\/clock.png", "default_popup": "\/popup.html", "default_title": "Work-Time", "name": "Work-Time" }, "description": "Work-Time - It's just the timer of your working time.", "icons": { "128": "\/images\/clock.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcOap2OG3psJfEnehiNKGUcwzqRQ3bB1r1RJkm7Ro5SkTSdfM8aaMXBHq+UfBSvRYeiPYBVYYtIMibyzp3405ae0unkcglqHgM+hac68HG1CTIA2wBGTNsf+pj53eSes\/TzMi+fnWsQkN0sU1YXU5ORs8n6q3fvzntfikUmD53+wIDAQAB", "manifest_version": 2, "name": "Work-Time", "options_page": "options.html", "short_name": "Work-Time", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.5" } |