Whyolet Hourglass
Minimalist hourglass button. Timebox speaking in meetings taking turns. Pomodoro technique, simple kitchen timer, minutes countdown.
Whyolet Hourglass là gì?
Whyolet Hourglass là một tiện ích mở rộng Chrome được phát triển bởi Whyolet, và tính năng chính của nó là "Minimalist hourglass button. Timebox speaking in meetings taking turns. Pomodoro technique, simple kitchen timer, minutes countdown.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Whyolet Hourglass
Tải xuống các tệp mở rộng Whyolet Hourglass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Whyolet Hourglass |
ID | jmemnkhapnifjiajlpacdkihakefpcon |
URL Chính Thức | https://chromewebstore.google.com/detail/whyolet-hourglass/jmemnkhapnifjiajlpacdkihakefpcon |
Mô tả | Minimalist hourglass button. Timebox speaking in meetings taking turns. Pomodoro technique, simple kitchen timer, minutes countdown. |
Kích Thước Tệp | 145 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2019-12-19 |
Ngày Phát Hành | 2019-12-19 |
Nhà Phát Triển | Whyolet |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://whyolet.com/#hourglass |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |