UTC Time

Displays current Coordinated Universal Time (UTC).

UTC Time क्या है?

UTC Time SmartAzanClock द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays current Coordinated Universal Time (UTC)."।

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

screenshot

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

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

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

                        ✔️ Single-purpose  ✔️ Lightweight 

Click on the icon to switch between 24hr & 12hr modes.                    

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

नाम UTC Time UTC Time
ID moffeconabpedpjjodkhfllgflhaniim
आधिकारिक URL https://chromewebstore.google.com/detail/utc-time/moffeconabpedpjjodkhfllgflhaniim
विवरण Displays current Coordinated Universal Time (UTC).
फ़ाइल का आकार 6.19 KB
स्थापना संख्या 639
वर्तमान संस्करण 0.0.1.9
अंतिम अपडेट 2022-09-17
प्रकाशन तिथि 2022-01-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर SmartAzanClock
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://smartazanclock.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "0.0.1.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "__MSG_short_name__",
        "default_icon": {
            "128": "images\/_icon.png"
        }
    },
    "icons": {
        "128": "images\/_icon.png"
    }
}