Stay Focused
Block distracting websites and get funny images to go back to work.
Stay Focused란 무엇입니까?
Stay Focused은(는) Maher Khdeir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block distracting websites and get funny images to go back to work."입니다.
확장 프로그램 스크린샷
Stay Focused 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stay focused is an open source chrome extension to help you to block distracting websites like social media. The idea behinds this, that sometimes you are working, and suddenly you find yourself sitting on social media like Facebook, and you spend there like 30 minutes without noticing that. So this chrome extension will show an image to remind you to back to work. Functionalities 💪 - Block entering websites by three methods: - Block by websites. - Block by a word. - Block by regex. - Group block websites in groups (like social media, videos, etc) - Showing funny images to tell you to go back to work. - specify working hours(to only block websites during your working hours) - Using Lock mechanism to delay you from disabling the tool immediately: - Lock By Password: To prevent others from entering the settings and unlock the tool - Lock By Questions You have to answer a question to unlock the tool - Clicking a button You have to click on a moving button for number of times to unlock the tool
확장 프로그램 기본 정보
이름 | Stay Focused |
ID | nnlgodiccogbpcfnhmclaicljjgfmekd |
공식 URL | https://chromewebstore.google.com/detail/stay-focused/nnlgodiccogbpcfnhmclaicljjgfmekd |
설명 | Block distracting websites and get funny images to go back to work. |
파일 크기 | 1.8 MB |
설치 횟수 | 2,046 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2020-09-07 |
출시 날짜 | 2020-06-28 |
평점 | 4.73/5 총 15 개의 평점 |
개발자 | Maher Khdeir |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/MaherSaleem/stay-focused-chrome-extension |
도움말 페이지 URL | https://github.com/MaherSaleem/stay-focused-chrome-extension/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stay Focused", "description": "Block distracting websites and get funny images to go back to work.", "version": "1.0.6", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48_HQ.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Stay Focused", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options\/options.html", "permissions": [ "storage", "webNavigation", "tabs" ] } |