Countdown Ready

A versatile, easy-to-use countdown timer

Countdown Ready क्या है?

Countdown Ready Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A versatile, easy-to-use countdown timer"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Create a count down to a certain day (e.g. a birthday, presentation day, appointment, etc.), or create a timer for a set duration (e.g. 30 minutes, 2 hours, etc.). Click "switch mode" to choose between how you want to use the tool.

Countdown Ready will notify you when time is up. You can pick type of notification you want to receive: either a subtle side notification or a more apparent alert box pop-up. You can also turn the sound notification on/off. 

Access the Countdown Ready options menu by right-clicking on the Countdown Ready extension icon and clicking "Options."                    

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

नाम Countdown Ready Countdown Ready
ID dhabdpkoklnemkckhamdjbcchefbcelh
आधिकारिक URL https://chromewebstore.google.com/detail/countdown-ready/dhabdpkoklnemkckhamdjbcchefbcelh
विवरण A versatile, easy-to-use countdown timer
फ़ाइल का आकार 258 KB
स्थापना संख्या 703
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-06-15
प्रकाशन तिथि 2018-06-14
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Countdown Ready",
    "description": "A versatile, easy-to-use countdown timer",
    "version": "1.1",
    "author": "Celena Chang",
    "browser_action": {
        "default_icon": "favicons\/clock2.png",
        "default_popup": "popup_startpage.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "notifications",
        "alarms"
    ]
}