Focused
Stop screwing around.
Focused là gì?
Focused là một tiện ích mở rộng Chrome được phát triển bởi https://kellegous.com, và tính năng chính của nó là "Stop screwing around.".
Ả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 Focused
Tải xuống các tệp mở rộng Focused 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
There are too many ways to waste time on the web. It seems simple enough to close my tabs for sites like Facebook, but then I follow a link to some Facebook content and before I realize it I'm debating American gun policy for the next hour. To make matters worse, Google+ distracts me with notifications even when I'm just trying to search the web. Focused makes it easy to block out those sites while you do what you really want to do. If you want to take a short break, just unlock the tab and Focused will shut it automatically in 5 minutes.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Focused |
ID | kjlinclboadkdjmmcoolmnejpjjjdoep |
URL Chính Thức | https://chromewebstore.google.com/detail/focused/kjlinclboadkdjmmcoolmnejpjjjdoep |
Mô tả | Stop screwing around. |
Kích Thước Tệp | 75.21 KB |
Số Lần Cài Đặt | 156 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2013-01-22 |
Ngày Phát Hành | 2013-01-22 |
Đánh Giá | 4.38/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://kellegous.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.5", "manifest_version": 2, "description": "__MSG_appDesc__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/cs.js", "js\/jquery.min.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "js\/bg.js" ] }, "web_accessible_resources": [ "im\/bg.png", "im\/lock-lo.png", "im\/lock-hi.png", "im\/sig.png", "ss\/cs.css" ], "browser_action": { "default_icon": { "19": "im\/ba-lo.png", "38": "im\/ba-lo.png" }, "default_title": "__MSG_appName__" }, "icons": { "128": "im\/128.png", "64": "im\/064.png", "32": "im\/032.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |