Day Countdown

Shows a day countdown to any number of dates

Day Countdown क्या है?

Day Countdown Munsifali Rashid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows a day countdown to any number of dates"।

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

screenshot

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

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

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

                        Adds a new button to your toolbar to allow you to easily access a full calendar and see the number of days left to each date.

Click on a date to add events, and see the number of days remaining until that date in your browser toolbar.  Hovering over the button shows the event name.                    

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

नाम Day Countdown Day Countdown
ID bppnoejpfijbepipidelnldkeffcffgj
आधिकारिक URL https://chromewebstore.google.com/detail/day-countdown/bppnoejpfijbepipidelnldkeffcffgj
विवरण Shows a day countdown to any number of dates
फ़ाइल का आकार 242 KB
स्थापना संख्या 327
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2024-02-02
प्रकाशन तिथि 2019-10-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Munsifali Rashid
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://munr.github.io/day-countdown/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Day Countdown",
    "description": "Shows a day countdown to any number of dates",
    "version": "1.5.1.0",
    "icons": {
        "16": "public\/images\/calendar_16x16.png",
        "48": "public\/images\/calendar_48x48.png",
        "128": "public\/images\/calendar_128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "public\/images\/calendar_16x16.png",
            "48": "public\/images\/calendar_48x48.png",
            "128": "public\/images\/calendar_128x128.png"
        },
        "default_title": "Day Countdown"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "images\/save_16x16.png",
                "images\/delete_16x16.png"
            ],
            "use_dynamic_url": false
        }
    ],
    "version_name": "1.5.1"
}