time tracker for reddit
This extension tracks how much time you have wasted on reddit.
time tracker for reddit là gì?
time tracker for reddit là một tiện ích mở rộng Chrome được phát triển bởi Tim Coy, và tính năng chính của nó là "This extension tracks how much time you have wasted on reddit.".
Ả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 time tracker for reddit
Tải xuống các tệp mở rộng time tracker for reddit 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
Note: This is a third-party extension that is not made or maintained by reddit inc. User Data Disclaimer: This extension collects information about how long you are on reddit. This data is collected locally and stored using chrome.storage in order to sync data across all of your devices. This data is not shared with the developer, third-parties, or any other individuals.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | time tracker for reddit |
ID | pdgbpkedemplniikdfmfaedehbonfhmb |
URL Chính Thức | https://chromewebstore.google.com/detail/time-tracker-for-reddit/pdgbpkedemplniikdfmfaedehbonfhmb |
Mô tả | This extension tracks how much time you have wasted on reddit. |
Kích Thước Tệp | 20.54 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-04-17 |
Ngày Phát Hành | 2016-04-17 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Tim Coy |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "time tracker for reddit", "description": "This extension tracks how much time you have wasted on reddit.", "version": "1.1", "permissions": [ "alarms", "storage", "tabs" ], "background": { "scripts": [ "background.js", "functions.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |