Whyolet Hourglass

Minimalist hourglass button. Timebox speaking in meetings taking turns. Pomodoro technique, simple kitchen timer, minutes countdown.

Whyolet Hourglassคืออะไร?

Whyolet Hourglass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Whyolet และคุณลักษณะหลักของมันคือ "Minimalist hourglass button. Timebox speaking in meetings taking turns. Pomodoro technique, simple kitchen timer, minutes countdown."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whyolet Hourglass

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Whyolet Hourglass 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"
    }
}