Web Time Tracker
This extension helps you track your time spent using the web for work.
Apa itu Web Time Tracker?
Web Time Tracker adalah ekstensi Chrome yang dikembangkan oleh Joey Lea, dan fitur utamanya adalah "This extension helps you track your time spent using the web for work.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Web Time Tracker
Unduh file ekstensi Web Time Tracker 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
Keep track of your time spent on your web projects with the tool you use most, your browser. The Web Time Tracker makes it easy to track your hours spent on projects right inside Google Chrome. It syncs across all your browsers so you are always up to date. Plus, you can add goals and stay on top of your to-do list.
Informasi Dasar Ekstensi
Nama | Web Time Tracker |
ID | hfhhlhelfbijnejjdihdfchakekadhbg |
URL Resmi | https://chromewebstore.google.com/detail/web-time-tracker/hfhhlhelfbijnejjdihdfchakekadhbg |
Deskripsi | This extension helps you track your time spent using the web for work. |
Ukuran File | 164 KB |
Jumlah Instalasi | 172 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2015-05-10 |
Tanggal Publikasi | 2015-05-10 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Joey Lea |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Time Tracker", "description": "This extension helps you track your time spent using the web for work.", "version": "0.0.4", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "home.html", "default_title": "Web Time Tracker" }, "permissions": [ "storage", "activeTab", "https:\/\/tt.w3by.com\/" ] } |