Ultra Timer
Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.
Ultra Timer란 무엇입니까?
Ultra Timer은(는) Ultralab Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design."입니다.
확장 프로그램 스크린샷
Ultra Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ultra Timer is a minimalist offline and online timer that can also be used as a stopwatch timer. Launch it before you get down to a task, select the time limit and choose how you want to be notified when you’ve run out of time. The stopwatch and timer come together in a simple extension featuring a sleek no-frills design. Ultra timer can work in both online and offline modes. The timer can be set for any number of minutes up to 999 which makes it possible to use it for different timeboxing methods including “pomodoro technique”. When the time is up, you’ll either hear a timer alarm or see a notification from the countdown timer. It’s that simple.
확장 프로그램 기본 정보
이름 | Ultra Timer |
ID | laohhcnmipbidhjomikgbmdgckopbgnb |
공식 URL | https://chromewebstore.google.com/detail/ultra-timer/laohhcnmipbidhjomikgbmdgckopbgnb |
설명 | Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design. |
파일 크기 | 122 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.1 |
최근 업데이트 | 2015-06-12 |
출시 날짜 | 2015-06-12 |
평점 | 3.70/5 총 60 개의 평점 |
개발자 | Ultralab Apps |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://ultralabapps.com/terms/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ultra Timer", "description": "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.", "version": "1.1", "offline_enabled": true, "permissions": [ "notifications", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "timer.html" }, "background": { "scripts": [ "background.js" ] } } |