10-Second Focus
Distraction deterrent!
10-Second Focus là gì?
10-Second Focus là một tiện ích mở rộng Chrome được phát triển bởi rred, và tính năng chính của nó là "Distraction deterrent!".
Ả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 10-Second Focus
Tải xuống các tệp mở rộng 10-Second Focus 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
A simple distraction deterrent via a site blocker that is reasonable enough to stick with long-term. Functionality: Blocks distracting sites then only allows you to re-access them after 10 seconds of mindfulness. With this conscious barrier from mindless behavior, it makes it harder to get off-task but doesn't cut you off completely. Features: Lightweight design, non-invasive permissions, customizable block list/deterrent timer/unblock period.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 10-Second Focus |
ID | pknpbhgcekdpigobealnbgjbeaonegad |
URL Chính Thức | https://chromewebstore.google.com/detail/10-second-focus/pknpbhgcekdpigobealnbgjbeaonegad |
Mô tả | Distraction deterrent! |
Kích Thước Tệp | 48.29 KB |
Số Lần Cài Đặt | 712 |
Phiên Bản Hiện Tại | 0.13 |
Cập Nhật Lần Cuối | 2019-02-18 |
Ngày Phát Hành | 2019-02-18 |
Đánh Giá | 5.00/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | rred |
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": "10-Second Focus", "manifest_version": 2, "version": "0.13", "description": "Distraction deterrent!", "icons": { "16": "view\/img\/img38.png", "48": "view\/img\/img48.png", "128": "view\/img\/img128.png" }, "permissions": [ "activeTab", "storage", "tabs" ], "background": { "page": "bg.html", "persistent": false }, "options_page": "view\/options.html", "web_accessible_resources": [ "view\/js\/jquery.min.map", "view\/deterrent.html" ], "browser_action": { "default_icon": { "48": "view\/img\/img48.png", "38": "view\/img\/img38.png" }, "default_title": "10-Second Focus", "default_popup": "view\/popup.html" } } |