Friction
Introduce friction to those sites you use habitually but want to use less.
Friction là gì?
Friction là một tiện ích mở rộng Chrome được phát triển bởi Thomas Friedel, và tính năng chính của nó là "Introduce friction to those sites you use habitually but want to use less.".
Ả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 Friction
Tải xuống các tệp mở rộng Friction 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
Add a bit of friction to bad browsing habits. If you often find yourself unthinkingly checking the same sites over and over and seem to waste a lot of time there, this browser extension may help a bit. Blacklist sites that you want to discourage for yourself, and the extension will "lock" those sites for you. However, the point is not to shut you off entirely, but just to discourage it a bit by adding a small (configurable) delay before you can unlock the sites. Once unlocked, the sites will be available for a (configurable) time, after which you will have to unlock them again. Changes in 0.4: - Added a setting to automatically enable and disable at configurable times
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Friction |
ID | ddaaigebndiilnnlhdnalnijlolmifid |
URL Chính Thức | https://chromewebstore.google.com/detail/friction/ddaaigebndiilnnlhdnalnijlolmifid |
Mô tả | Introduce friction to those sites you use habitually but want to use less. |
Kích Thước Tệp | 6.97 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2021-09-14 |
Ngày Phát Hành | 2018-03-21 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Thomas Friedel |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tfriedel6/friction |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Friction", "version": "0.4", "manifest_version": 2, "description": "Introduce friction to those sites you use habitually but want to use less.", "background": { "persistent": false, "scripts": [ "background.js", "options.js" ] }, "permissions": [ "tabs", "storage" ], "options_ui": { "page": "options.html" }, "incognito": "split" } |