PomoTimer
A seriously minimalistic Pomodoro timer
PomoTimer란 무엇입니까?
PomoTimer은(는) Marcus Johansson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A seriously minimalistic Pomodoro timer"입니다.
확장 프로그램 스크린샷
PomoTimer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Pomodoro technique is a great way to keep you focused. However, most Pomodoro tools are way too complex. This defeats the whole purpose of the technique. PomoTimer is probably the simplest and most minimalistic timer in the Chrome web store -- and that's how it should remain.
확장 프로그램 기본 정보
이름 | PomoTimer |
ID | hefdcogdhfodpbcidnkecllmknddjghc |
공식 URL | https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc |
설명 | A seriously minimalistic Pomodoro timer |
파일 크기 | 34.59 KB |
설치 횟수 | 37 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-04-17 |
출시 날짜 | 2020-04-17 |
개발자 | Marcus Johansson |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/marcjoha/pomo-timer |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PomoTimer", "version": "1.0.1", "description": "A seriously minimalistic Pomodoro timer", "manifest_version": 2, "icons": { "16": "gfx\/icon-16.png", "48": "gfx\/icon-48.png", "128": "gfx\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "notifications" ], "browser_action": { "default_icon": "gfx\/icon-32.png", "default_title": "PomoTimer" }, "offline_enabled": true } |