Whyolet Hourglass

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

Whyolet Hourglass क्या है?

Whyolet Hourglass Whyolet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimalist hourglass button. Timebox speaking in meetings taking turns. Pomodoro technique, simple kitchen timer, minutes countdown."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Whyolet Hourglass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}