Countdown

Keep track of your most important future events with a countdown on the new tab page!

Countdown क्या है?

Countdown Srikar Gudipati द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of your most important future events with a countdown on the new tab page!"।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension displays countdown timers to your most important future events in the new tab page!                    

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

नाम Countdown Countdown
ID liinagkdcgnopnmeodlgmccpiaalbbpa
आधिकारिक URL https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa
विवरण Keep track of your most important future events with a countdown on the new tab page!
फ़ाइल का आकार 44.2 KB
स्थापना संख्या 669
वर्तमान संस्करण 0.5
अंतिम अपडेट 2015-01-26
प्रकाशन तिथि 2015-01-26
रेटिंग 4.31/5 कुल 13 रेटिंग्स
डेवलपर Srikar Gudipati
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Keep track of your most important future events with a countdown on the new tab page!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Srikar Gudipati",
    "incognito": "split",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}