Day-Count Timer Extension

Counts the amount of days since or until a specified date (or multiple dates).

Day-Count Timer Extension क्या है?

Day-Count Timer Extension linuscedergren द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Counts the amount of days since or until a specified date (or multiple dates)."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple extension which counts the amount of days since or until a specified date.
The extension icon will always display the amount of days between today and a specified date.                    

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

नाम Day-Count Timer Extension Day-Count Timer Extension
ID mhofelbafaechkdfmlpgcognpgnnhaaa
आधिकारिक URL https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa
विवरण Counts the amount of days since or until a specified date (or multiple dates).
फ़ाइल का आकार 625 KB
स्थापना संख्या 329
वर्तमान संस्करण 2.3.2
अंतिम अपडेट 2023-02-14
प्रकाशन तिथि 2020-09-27
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर linuscedergren
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Day-Count Timer Extension",
    "version": "2.3.2",
    "manifest_version": 3,
    "description": "Counts the amount of days since or until a specified date (or multiple dates).",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/assets\/images\/icon.png"
    },
    "background": {
        "service_worker": ".\/assets\/js\/background.js"
    },
    "icons": {
        "128": ".\/assets\/images\/icon.png"
    }
}