Watcher

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

Apa itu Watcher?

Watcher adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "A time management stopwatch that allows you to track time for multiple items at once.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Watcher

Unduh file ekstensi Watcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        - 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                    

Informasi Dasar Ekstensi

Nama Watcher Watcher
ID ecndlcfciheobflkmookjlojoeccmjbg
URL Resmi https://chromewebstore.google.com/detail/watcher/ecndlcfciheobflkmookjlojoeccmjbg
Deskripsi A time management stopwatch that allows you to track time for multiple items at once.
Ukuran File 83.44 KB
Jumlah Instalasi 166
Versi Saat Ini 1.4.2
Terakhir Diperbarui 2013-03-29
Tanggal Publikasi 2013-03-29
Penilaian 4.29/5 Total 7 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}