Friction
Introduce friction to those sites you use habitually but want to use less.
什么是Friction?
Friction是由Thomas Friedel开发的Chrome扩展程序,该扩展的主要功能是“Introduce friction to those sites you use habitually but want to use less.”。
扩展截图
下载Friction扩展crx文件
下载Friction扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Friction |
ID | ddaaigebndiilnnlhdnalnijlolmifid |
官方URL | https://chromewebstore.google.com/detail/friction/ddaaigebndiilnnlhdnalnijlolmifid |
简介 | Introduce friction to those sites you use habitually but want to use less. |
文件大小 | 6.97 KB |
安装次数 | 29 |
当前版本 | 0.4 |
更新时间 | 2021-09-14 |
上架时间 | 2018-03-21 |
评分 | 5.00/5 共3次评分 |
开发者 | Thomas Friedel |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/tfriedel6/friction |
支持的语言 | 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" } |