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文件
下载Whyolet Hourglass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        - 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                     扩展基本信息
| 名称 |   |  
| 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"
    }
}  |  |