Focus
Extension to stop procrastination.
Focus là gì?
Focus là một tiện ích mở rộng Chrome được phát triển bởi Oliver Song, và tính năng chính của nó là "Extension to stop procrastination.".
Ả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 Focus
Tải xuống các tệp mở rộng 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
Stops you from using sites that waste your time. Update 1.1 Doesn't use Jquery! Update 1.2 Chrome store policies, more sites, better wording. Update 1.3 Manifest v3, fix Google Docs Update 1.4 Small bugfix
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Focus |
ID | iadpfonbgmlpndbfnhcmpnlcdahgbkbc |
URL Chính Thức | https://chromewebstore.google.com/detail/focus/iadpfonbgmlpndbfnhcmpnlcdahgbkbc |
Mô tả | Extension to stop procrastination. |
Kích Thước Tệp | 70.69 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2022-12-09 |
Ngày Phát Hành | 2012-11-24 |
Đánh Giá | 2.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Oliver Song |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus", "version": "1.4", "manifest_version": 3, "description": "Extension to stop procrastination.", "background": { "service_worker": "background.js" }, "icons": { "16": "icon2.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "action": { "name": "Focus", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/*.google.com\/*" ], "js": [ "contentscript.js" ] } ], "web_accessible_resources": [ { "resources": [ "script.js", "shoop.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |