ScreenTime
ScreenTime app inspired by the iOS screentime feature
ScreenTime là gì?
ScreenTime là một tiện ích mở rộng Chrome được phát triển bởi Avikam Mangla, và tính năng chính của nó là "ScreenTime app inspired by the iOS screentime feature".
Ả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 ScreenTime
Tải xuống các tệp mở rộng ScreenTime 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
ScreenTime is a powerful Chrome extension designed to help you stay focused and productive by tracking your web usage and providing insights into your online habits. Inspired by the popular iOS Screen Time feature, this intuitive and user-friendly extension keeps you accountable for your time spent on websites, allowing you to take control of your digital life. Key Features: - Daily Usage History: Tracks your web usage on a daily basis. - Weekly Graph: Visualizes your web usage trends over a week. - Website Blocker: Allows you to block specific websites to eliminate distractions.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ScreenTime |
ID | gachmghamoanlighmiebamagipmhdphl |
URL Chính Thức | https://chromewebstore.google.com/detail/screentime/gachmghamoanlighmiebamagipmhdphl |
Mô tả | ScreenTime app inspired by the iOS screentime feature |
Kích Thước Tệp | 628 KB |
Số Lần Cài Đặt | 1,263 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2023-07-12 |
Ngày Phát Hành | 2023-06-05 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Avikam Mangla |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenTime", "description": "ScreenTime app inspired by the iOS screentime feature", "version": "1.0.8", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "ScreenTime", "default_popup": "index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs", "activeTab", "storage", "background", "unlimitedStorage", "idle" ] } |