Countdown

Customizable countdown...

Countdown क्या है?

Countdown kikoogay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customizable countdown..."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension adds a customizable countdown to the New Tab Page of Chrome.

Just watch the hearts fill themselves up as you get closer the fated event you've been waiting for months. Could this be happiness ?

Please note that it is not currently possible to add anything to the New Tab Page without replacing it, and that's exactly what this extension does. However it will still display your most visited pages, and you can customize the range used in the history and the number of thumbnails displayed (even going above the limit of 8 in Chrome).                    

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

नाम Countdown Countdown
ID anppcjcjdogokgejeaabggdgmmgdldcn
आधिकारिक URL https://chromewebstore.google.com/detail/countdown/anppcjcjdogokgejeaabggdgmmgdldcn
विवरण Customizable countdown...
फ़ाइल का आकार 31.1 KB
स्थापना संख्या 28
वर्तमान संस्करण 0.9
अंतिम अपडेट 2014-10-16
प्रकाशन तिथि 2014-10-15
रेटिंग 2.00/5 कुल 5 रेटिंग्स
डेवलपर kikoogay
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.9",
    "description": "Customizable countdown...",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 2,
    "permissions": [
        "history",
        "tabs",
        ""
    ]
}