Watcher

A time management stopwatch that allows you to track time for multiple items at once.

什麼是Watcher?

Watcher是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A time management stopwatch that allows you to track time for multiple items at once.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Watcher擴展crx文件

下載Watcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        - Color code your watches for easier management
- Edit a watch name in-line
- Re-order watches to set priority
- Rounds time to the nearest quarter hour and provides multiple time totals
- Track one or multiple projects at once
- Expand or collapse watches
- Add or subtract time manually                    

擴展基本資訊

名稱 Watcher Watcher
ID ecndlcfciheobflkmookjlojoeccmjbg
官方網址 https://chromewebstore.google.com/detail/watcher/ecndlcfciheobflkmookjlojoeccmjbg
簡介 A time management stopwatch that allows you to track time for multiple items at once.
檔案大小 83.44 KB
安裝次數 166
目前版本 1.4.2
更新時間 2013-03-29
上架時間 2013-03-29
評分 4.29/5 共 7 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watcher",
    "version": "1.4.2",
    "manifest_version": 2,
    "description": "A time management stopwatch that allows you to track time for multiple items at once.",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Watcher",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png"
    }
}