Focus.me
Helps aid productivity by blocking social media and other web distractions
Focus.me란 무엇입니까?
Focus.me은(는) Chris Dalke에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps aid productivity by blocking social media and other web distractions"입니다.
확장 프로그램 스크린샷
Focus.me 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NEW FEATURES IN V1.3 -Options now prevents user from removing sites or resetting options to defaults while blocking is active -Added donation button on menu; please donate to support the ongoing development of new features to help your productivity! SUMMARY Humanity collectively wastes a huge amount of time on the internet. Imagine if we could turn all the noise off? Well you can! With one click, Focus.me will block all websites on a blacklist for a duration of time. Blocking can't be disabled until the time runs out! Focus.me also supports manual blocking which can be turned on/off at any time. Trying to visit a blocked page will display a motivational quote and encourage you to get back to whatever you were doing. Features: -Manual blocking mode which can be started or stopped at any time -Timed blocking mode which cannot be turned off until the time runs out -Customize the duration of time that the timed blocking lasts -Customizable blacklist allowing for blocking on any website -Pleasing, simple user interface - no messing with complicated configuration files! -Default blacklist includes all common social media and 'time-wasting' websites NEW FEATURES IN V1.1 -Plugin remembers what tab you were on, so when time expires the tab returns to the original page. -Icon changes color based on blocking status -New: Import and export blacklists to/from a text file! -Various bug fixes. Please leave a review if you like the extension! For questions or suggestions, please make a post on the 'Support' page and I will respond as soon as possible. © 2015 Chris Dalke
확장 프로그램 기본 정보
이름 | |
ID | jdkgogfonlaifeigkgbkfamcihablemc |
공식 URL | https://chrome.google.com/webstore/detail/focusme/jdkgogfonlaifeigkgbkfamcihablemc |
설명 | Helps aid productivity by blocking social media and other web distractions |
파일 크기 | 117 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.3 |
최근 업데이트 | 2017-04-12 |
출시 날짜 | 2017-04-11 |
평점 | 4.39/5 총 23 개의 평점 |
개발자 | Chris Dalke |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focus.me", "short_name": "Focus.me", "version": "1.3", "description": "Helps aid productivity by blocking social media and other web distractions", "author": "Chris Dalke", "icons": { "128": "static\/img\/icon.png" }, "permissions": [ "tabs", "downloads" ], "browser_action": { "default_title": "Focus.me", "default_icon": "static\/img\/icon.png", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "content_scripts": [ { "matches": [ " |