MAD - Mindful Anti Distraction
This extension will hopefully help you be less distracted
MAD - Mindful Anti Distraction란 무엇입니까?
MAD - Mindful Anti Distraction은(는) qt31415926에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will hopefully help you be less distracted"입니다.
확장 프로그램 스크린샷
MAD - Mindful Anti Distraction 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Experimental Anti-Distraction App. Alternative method compared to stayfocusd/coldturkey. Aimed at a long term goal of defeating poor browsing habits! Focused on delayed gratification and understanding the realistic need for 'distracting' sites. All feedback is welcome. Bugs/features =D. Shoutouts to: Roy Baumeister, Daniel Goleman, Kelly McGonigal for knowledge on self-control. v.0.3.4: typo v.0.3.3: - removed a message v.0.3.2: - merged pull request to fix "Bypassing Writing more than 1 phrase" byg v0.3.1 -bugfixes: -youtube embedded problems -oAuth redirect pages v0.3.0 -added a disable-able reason tracker -added an options page with few options -added edit options -fixed a few bugs v0.2.1.0 -second round of customization added: block current site by using the icon/popup block sites using the button on the main page. delete blocklisted sites edit blocklisted sites v0.2.0.0 -first round of customization: select your links. -in the works: blacklist/whitelist functionality More details at: https://github.com/qt31415926/cdad
확장 프로그램 기본 정보
이름 | |
ID | fobapabjknmdghbgnghnpoadiffhijao |
공식 URL | https://chrome.google.com/webstore/detail/mad-mindful-anti-distract/fobapabjknmdghbgnghnpoadiffhijao |
설명 | This extension will hopefully help you be less distracted |
파일 크기 | 616 KB |
설치 횟수 | 527 |
현재 버전 | 0.3.4 |
최근 업데이트 | 2017-03-22 |
출시 날짜 | 2017-03-22 |
평점 | 4.65/5 총 43 개의 평점 |
개발자 | qt31415926 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/qt31415926/mad |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MAD - Mindful Anti Distraction", "short_name": "MAD", "description": "This extension will hopefully help you be less distracted", "version": "0.3.4", "background": { "scripts": [ "js\/shared\/jquery.min.js", "js\/checkerino.js", "background.js" ], "pages": [ "background.html" ] }, "options_page": "options.html", "browser_action": { "default_icon": "img\/128.png", "default_title": "MAD", "default_popup": "popup.html" }, "web_accessible_resources": [ "background.html", "css\/*", "js\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "webRequest", "webRequestBlocking", "storage", "idle", " |