Count Down Timer

Simple count down timer - by govindpatel(https://github.com/govindpatel)

Count Down Timer क्या है?

Count Down Timer https://patelgovind.blogspot.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple count down timer - by govindpatel(https://github.com/govindpatel)"।

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

screenshot
screenshot

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

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

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

                        It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time.

It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.                    

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

नाम Count Down Timer Count Down Timer
ID bffggfbgecbjiildkanipjifdpdfopci
आधिकारिक URL https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci
विवरण Simple count down timer - by govindpatel(https://github.com/govindpatel)
फ़ाइल का आकार 93.27 KB
स्थापना संख्या 629
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-08-24
प्रकाशन तिथि 2015-07-14
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर https://patelgovind.blogspot.in
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count Down Timer",
    "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "res\/icon1.png",
        "default_popup": "popup.html",
        "default_title": "Count Down Timer"
    },
    "icons": {
        "16": "res\/icon1.png",
        "48": "res\/icon32.png",
        "128": "res\/icon128.png"
    },
    "permissions": [
        "notifications"
    ]
}