Screen Time
Captures screen time from active pages
Screen Time là gì?
Screen Time là một tiện ích mở rộng Chrome được phát triển bởi mac, và tính năng chính của nó là "Captures screen time from active pages".
Ả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 Screen Time
Tải xuống các tệp mở rộng Screen Time 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
Screen Time for Google Chrome will capture time spent on sites and prepare reports same way as it done in Screen Time iOS feature. Data stored locally and does not sent anywhere. Only active tabs are counted so even if you open bazillion of pages only one at a time is active. Feel free to propose feature requests in github.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Screen Time |
ID | plckpjcbdofdpbljigbjkohpfccafged |
URL Chính Thức | https://chromewebstore.google.com/detail/screen-time/plckpjcbdofdpbljigbjkohpfccafged |
Mô tả | Captures screen time from active pages |
Kích Thước Tệp | 129 KB |
Số Lần Cài Đặt | 233 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-12-12 |
Ngày Phát Hành | 2020-12-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | mac |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mac2000/screentime |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Screen Time", "version": "1.0.0", "description": "Captures screen time from active pages", "short_name": "screentime", "permissions": [ "tabs", "storage", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Does a thing when you do a thing", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |