Distract Me Not
Stay focused in a world full of distractions.
Distract Me Not란 무엇입니까?
Distract Me Not은(는) AXeL-dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay focused in a world full of distractions."입니다.
확장 프로그램 스크린샷
Distract Me Not 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Distract Me Not is a lightweight website blocker with a user friendly interface. Features: - Prevent access to a range of websites. - Whitelist & blacklist mode. - Custom page redirection. - Display your custom message on blocked pages. - Immediate closing of blocked tabs. - Schedule blocking time. - Export/Import websites lists. - Protect your settings with a password. - Unblock websites using a password. (*) Most of features are optional & need to be enabled from the settings page.
확장 프로그램 기본 정보
이름 | Distract Me Not |
ID | lkmfokajfoplgdkdifijpffkjeejainc |
공식 URL | https://chromewebstore.google.com/detail/distract-me-not/lkmfokajfoplgdkdifijpffkjeejainc |
설명 | Stay focused in a world full of distractions. |
파일 크기 | 752 KB |
설치 횟수 | 825 |
현재 버전 | 2.8.0 |
최근 업데이트 | 2022-08-01 |
출시 날짜 | 2021-07-13 |
평점 | 4.67/5 총 9 개의 평점 |
개발자 | AXeL-dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/AXeL-dev/distract-me-not |
도움말 페이지 URL | https://github.com/AXeL-dev/distract-me-not/issues |
지원되는 언어 | en,fr,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_specific_settings": { "gecko": { "id": "{5f884915-160e-4276-a216-770a753a3abe}", "strict_min_version": "52.0" } }, "name": "__MSG_appName__", "version": "2.8.0", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "icons\/magnet-16.png", "32": "icons\/magnet-32.png", "48": "icons\/magnet-48.png", "64": "icons\/magnet-64.png", "128": "icons\/magnet-128.png" }, "web_accessible_resources": [ "index.html" ], "browser_action": { "default_icon": "icons\/magnet-128.png", "default_popup": "index.html" }, "options_ui": { "page": "index.html#settings", "open_in_tab": true }, "background": { "page": "index.html#background" }, "author": "AXeL-dev", "homepage_url": "https:\/\/github.com\/AXeL-dev\/distract-me-not", "permissions": [ "notifications", "activeTab", "storage", "tabs", "https:\/\/*\/*", "webRequest", "webRequestBlocking", " |