Trackr
Track the time you spend on various websites with beautiful graphs on the new tab page!
Trackrคืออะไร?
Trackr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Srikar Gudipati และคุณลักษณะหลักของมันคือ "Track the time you spend on various websites with beautiful graphs on the new tab page!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trackr
ดาวน์โหลดไฟล์ส่วนขยาย Trackr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a Chrome extension that lets you track the time you spend on various websites with beautiful graphs on the new tab page!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pccehhnicffhgffhdfgainipddlopmie |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/trackr/pccehhnicffhgffhdfgainipddlopmie |
คำอธิบาย | Track the time you spend on various websites with beautiful graphs on the new tab page! |
ขนาดไฟล์ | 205 KB |
จำนวนการติดตั้ง | 5,000 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-02-23 |
วันที่เผยแพร่ | 2015-02-23 |
คะแนน | 3.74/5 รวมทั้งหมด 43 คะแนน |
ผู้พัฒนา | Srikar Gudipati |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trackr", "version": "1.2", "manifest_version": 2, "description": "Track the time you spend on various websites with beautiful graphs on the new tab page!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": false }, "background": { "scripts": [ "js\/jquery\/jquery.min.js", "src\/bg\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_scripts": [ { "js": [ "js\/jquery\/jquery.min.js", "src\/contentscript\/contentscript.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "history", "tabs", "*:\/\/*\/*", "storage", "unlimitedStorage" ] } |