Tracky
Allow time tracking from the browser with syncing ability thanks to chrome sync storage
Trackyคืออะไร?
Tracky เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Allow time tracking from the browser with syncing ability thanks to chrome sync storage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tracky
ดาวน์โหลดไฟล์ส่วนขยาย Tracky ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tracky |
ID | nopncmbjiejagfhpkcbdikogbjcjhhll |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tracky/nopncmbjiejagfhpkcbdikogbjcjhhll |
คำอธิบาย | Allow time tracking from the browser with syncing ability thanks to chrome sync storage |
ขนาดไฟล์ | 155 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 0.1.7 |
อัปเดตครั้งล่าสุด | 2014-10-16 |
วันที่เผยแพร่ | 2014-10-16 |
คะแนน | 4.67/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Grafikart/tracky |
ภาษาที่รองรับ | 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 } |