Focus City
Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.
Focus City란 무엇입니까?
Focus City은(는) Lily DeHaven에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Based on the pomodoro work method, Focus City, will help you with work, school, or anything else."입니다.
확장 프로그램 스크린샷
Focus City 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Focus City is a focus timer made for those times when you can't focus at all. It's based on the Pomodoro Technique where you take 20 minutes to focus and work, then 5 minutes to rest and take a break. Focus City will give you that rythmic feel so that you can get your work done. Update: The timer now works completely and there are seconds displayed.
확장 프로그램 기본 정보
이름 | Focus City |
ID | fhohnhhfnhagcahimpcgkdbhpmheofce |
공식 URL | https://chromewebstore.google.com/detail/focus-city/fhohnhhfnhagcahimpcgkdbhpmheofce |
설명 | Based on the pomodoro work method, Focus City, will help you with work, school, or anything else. |
파일 크기 | 246 MB |
설치 횟수 | 33 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2021-11-14 |
출시 날짜 | 2021-09-09 |
개발자 | Lily DeHaven |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focus City", "version": "3.0.0", "description": "Based on the pomodoro work method, Focus City, will help you with work, school, or anything else.", "short_name": "Focus City", "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "permissions": [ "notifications" ], "background": { "service_worker": "background.js" }, "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/clock.png" }, "icons": { "128": "assets\/clock.png" } } |