Clean Timer
Helps you organize and optimize the tasks that matter for you
Clean Timer란 무엇입니까?
Clean Timer은(는) Hideki OTSUKA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you organize and optimize the tasks that matter for you"입니다.
확장 프로그램 스크린샷
Clean Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Organise yourself and manage your time easily by setting timers. Clean Timer offers a simple, very easy to use interface with a large nice display. Main features : - Set up multiple precise timers - Choose for each timer, the alarm you want - Pause & resume your timers at any time - Use a stopwatch and time yourself easily Note : I will try to regularly update this app so please send me an email if you find any bugs or if you have improvement suggestions.
확장 프로그램 기본 정보
이름 | Clean Timer |
ID | jobneimllpaijdidliomlnekgjkjhpfn |
공식 URL | https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn |
설명 | Helps you organize and optimize the tasks that matter for you |
파일 크기 | 1.62 MB |
설치 횟수 | 658 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2020-04-10 |
출시 날짜 | 2020-04-10 |
평점 | 4.14/5 총 7 개의 평점 |
개발자 | Hideki OTSUKA |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Timer", "version": "1.2.1", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Helps you organize and optimize the tasks that matter for you", "permissions": [ "storage", "alarms" ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Clean Timer", "default_popup": "popup.html", "default_icon": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "manifest_version": 2 } |