Countdown to Christmas Day

Countdown to Christmas Day. It will works endlessly year after year, forever.

Countdown to Christmas Day क्या है?

Countdown to Christmas Day Riccardo Andreatta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Countdown to Christmas Day. It will works endlessly year after year, forever."।

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

screenshot
screenshot
screenshot

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

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

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

                        Would you like to know how many time is left to Christmas?

This extension pops up a very clear and lightweight countdown that is showing you the remaining time to Christmas.
It works endlessly, year after year, because of the developed algorithm.                    

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

नाम Countdown to Christmas Day Countdown to Christmas Day
ID hdncbeemmadlkelehboocphbgnpagmgk
आधिकारिक URL https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk
विवरण Countdown to Christmas Day. It will works endlessly year after year, forever.
फ़ाइल का आकार 29.15 KB
स्थापना संख्या 734
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-07-30
प्रकाशन तिथि 2020-07-29
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर Riccardo Andreatta
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Ferie/countdown-to-christmas-day-chrome-extension
सहायता पृष्ठ URL https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown to Christmas Day",
    "description": "Countdown to Christmas Day. It will works endlessly year after year, forever.",
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "24": "images\/icon-24x24.png",
            "32": "images\/icon-32x32.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    }
}