focus
Take back your time on the internet
focus란 무엇입니까?
focus은(는) Jeremy Rees에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take back your time on the internet"입니다.
확장 프로그램 스크린샷
focus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Internet, a dangerously double-edged sword: half is begging for you to do great things with it, while the other just wants to steal your attention. Spend more time with the first half. "focus" is the cleanest, most intuitive time-management extension on Chrome that doesn't try to be anything more than it should. Let it know with one keyboard shortcut that you need to get things done, and it will steer you away from a customizable set of websites that you know you can't be trusted with. Tailor which sites you'd like blocked, which it should warn you about, and which it should limit your time on, and then make the internet work for you, free of distractions. PRIVACY NOTICE: On installation, the extension is granted permission to "Read your browsing history." In practice, the extension is only aware of the page you're currently on. It can't look into the past, it has no memory, and it never trasmits data from your computer.
확장 프로그램 기본 정보
이름 | focus |
ID | ochbmfnjjmphmkoejphcdiondcipfkim |
공식 URL | https://chromewebstore.google.com/detail/focus/ochbmfnjjmphmkoejphcdiondcipfkim |
설명 | Take back your time on the internet |
파일 크기 | 49.73 KB |
설치 횟수 | 203 |
현재 버전 | 1.0.27 |
최근 업데이트 | 2019-05-25 |
출시 날짜 | 2019-05-24 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Jeremy Rees |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "focus", "description": "Take back your time on the internet", "version": "1.0.27", "icons": { "16": "img\/focus16.png", "48": "img\/focus48.png", "128": "img\/focus128.png" }, "browser_action": { "default_icon": { "16": "img\/focus16.png", "48": "img\/focus48.png", "128": "img\/focus128.png" }, "default_popup": "html\/popup.html", "default_title": "focus." }, "options_page": "html\/settings.html", "permissions": [ "activeTab", "storage", "tabs" ], "background": { "scripts": [ "js\/eventPage.js" ] }, "commands": { "toggle-focus-mode": { "suggested_key": { "windows": "Ctrl+Shift+F", "mac": "Command+Shift+F", "chromeos": "Ctrl+Shift+F", "linux": "Ctrl+Shift+F" }, "description": "Toggle focus mode" } } } |