Pawmodoro Timer

A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down.

Pawmodoro Timer क्या है?

Pawmodoro Timer withe_inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Pawmodoro Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Customize your productivity with the Pomodoro Technique. Alternate between work and break periods (so that you don't accidentally wind up taking an indefinite break) for maximum efficiency. 

Specify a chunk of time for working, and when that period of time is up, take a (preferably short) break - the timer will switch between focus and rest sessions for you and alert you with an absolutely spiffing chime. 

You can:

- adjust the length of work or break periods (you can set 99 hours 59 minutes and 59 seconds, but, ah. We would not recommend it for sanity reasons)
- toggle ambient music on and off
- change the number of work-break sessions you would like to schedule (the timer will automatically count through them for you!)

Pawmodoro Timer does not record user data or show ads (we don't like what it does to the aesthetic). Happy productivity!                    

एक्सटेंशन की मूल जानकारी

नाम Pawmodoro Timer Pawmodoro Timer
ID pigkacakkilmgbkoelcdacjhgkehhccm
आधिकारिक URL https://chromewebstore.google.com/detail/pawmodoro-timer/pigkacakkilmgbkoelcdacjhgkehhccm
विवरण A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down.
फ़ाइल का आकार 28.22 MB
स्थापना संख्या 396
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-07-11
प्रकाशन तिथि 2020-07-11
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर withe_inc
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Break_Timer",
    "name": "Pawmodoro Timer",
    "version": "1.0",
    "description": "A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down.",
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "128": "favicon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Pawmodoro Timer"
    }
}