Tracky
Allow time tracking from the browser with syncing ability thanks to chrome sync storage
Tracky là gì?
Tracky là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Allow time tracking from the browser with syncing ability thanks to chrome sync storage".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tracky
Tải xuống các tệp mở rộng Tracky dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tracky |
ID | nopncmbjiejagfhpkcbdikogbjcjhhll |
URL Chính Thức | https://chromewebstore.google.com/detail/tracky/nopncmbjiejagfhpkcbdikogbjcjhhll |
Mô tả | Allow time tracking from the browser with syncing ability thanks to chrome sync storage |
Kích Thước Tệp | 155 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 0.1.7 |
Cập Nhật Lần Cuối | 2014-10-16 |
Ngày Phát Hành | 2014-10-16 |
Đánh Giá | 4.67/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Grafikart/tracky |
Ngôn Ngữ Được Hỗ Trợ | 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 } |