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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |