Blokr
Block websites with defined schedule
Blokr là gì?
Blokr là một tiện ích mở rộng Chrome được phát triển bởi destinerx, và tính năng chính của nó là "Block websites with defined schedule".
Ả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 Blokr
Tải xuống các tệp mở rộng Blokr 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
Blokr is simple and efficient site blocker. It lets you to block websites like Facebook or Youtube while you working. Start by defining your working schedule and list of sites that you want to block. Once you done, Blokr will take care of everything else. While you work, Blokr will block distraction sites and help you to stay focused. Once your working day is over, you can visit any site as much as you want again. If you need a little rest, you can unblock specific site for a short period of time. Blokr is an open source project. Here's the link to the GitHub repo: https://github.com/Destiner/Blokr
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ajaidphlbgpeeflapmaaalelkonbpoli |
URL Chính Thức | https://chrome.google.com/webstore/detail/blokr/ajaidphlbgpeeflapmaaalelkonbpoli |
Mô tả | Block websites with defined schedule |
Kích Thước Tệp | 131 KB |
Số Lần Cài Đặt | 200 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-12-01 |
Ngày Phát Hành | 2017-12-01 |
Đánh Giá | 2.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | destinerx |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blokr", "description": "Block websites with defined schedule", "version": "1.0.1", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage" ], "options_ui": { "page": "options.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |