Whyolet Hourglass
Minimalist hourglass button. Timebox speaking in meetings taking turns. Pomodoro technique, simple kitchen timer, minutes countdown.
Whyolet Hourglass란 무엇입니까?
Whyolet Hourglass은(는) Whyolet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimalist hourglass button. Timebox speaking in meetings taking turns. Pomodoro technique, simple kitchen timer, minutes countdown."입니다.
확장 프로그램 스크린샷
Whyolet Hourglass 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Minimalist hourglass button for Chrome - Use it to timebox speaking in meetings taking turns, e.g. in stand-up meetings and retrospectives - May be used for Pomodoro technique in a manual mode as intended - Or as a simple kitchen timer with minutes countdown How to use: - Click this button to set the number of minutes - The number of minutes left is shown right on the button - The background of this number changes from blue (all time left) through violet shades to red (one minute left) - It makes a Tick-Tock sound once a minute and a Cuckoo sound in the end - To adjust the volume or to disable the sounds: right-click Hourglass button and select Options
확장 프로그램 기본 정보
이름 | Whyolet Hourglass |
ID | jmemnkhapnifjiajlpacdkihakefpcon |
공식 URL | https://chromewebstore.google.com/detail/whyolet-hourglass/jmemnkhapnifjiajlpacdkihakefpcon |
설명 | Minimalist hourglass button. Timebox speaking in meetings taking turns. Pomodoro technique, simple kitchen timer, minutes countdown. |
파일 크기 | 145 KB |
설치 횟수 | 78 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2019-12-19 |
출시 날짜 | 2019-12-19 |
개발자 | Whyolet |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://whyolet.com/#hourglass |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whyolet Hourglass", "version": "0.1.4", "description": "Minimalist hourglass button. Timebox speaking in meetings taking turns. Pomodoro technique, simple kitchen timer, minutes countdown.", "permissions": [ "alarms", "notifications", "storage" ], "offline_enabled": true, "background": { "scripts": [ "core.js", "background.js" ], "persistent": false }, "options_ui": { "chrome_style": true, "open_in_tab": true, "page": "options.html" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" } }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |