Tracky
Allow time tracking from the browser with syncing ability thanks to chrome sync storage
Apa itu Tracky?
Tracky adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Allow time tracking from the browser with syncing ability thanks to chrome sync storage".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tracky
Unduh file ekstensi Tracky 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
This is a little extension to track my time, if you are interested by this extension and want to add features feel free to edit the code ^^ https://github.com/Grafikart/tracky
Informasi Dasar Ekstensi
Nama | Tracky |
ID | nopncmbjiejagfhpkcbdikogbjcjhhll |
URL Resmi | https://chromewebstore.google.com/detail/tracky/nopncmbjiejagfhpkcbdikogbjcjhhll |
Deskripsi | Allow time tracking from the browser with syncing ability thanks to chrome sync storage |
Ukuran File | 155 KB |
Jumlah Instalasi | 45 |
Versi Saat Ini | 0.1.7 |
Terakhir Diperbarui | 2014-10-16 |
Tanggal Publikasi | 2014-10-16 |
Penilaian | 4.67/5 Total 9 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Grafikart/tracky |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tracky", "description": "Allow time tracking from the browser with syncing ability thanks to chrome sync storage", "version": "0.1.7", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "name": "Click to open the timer", "default_title": "Open Timer", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage" ], "manifest_version": 2 } |