Exact Time - Local & UTC

Displays precise local and utc date and time

Exact Time - Local & UTC क्या है?

Exact Time - Local & UTC https://calcpedia.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays precise local and utc date and time"।

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

screenshot

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

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

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

                        Exact Time displays precise date and time in your local timezone as well as the current UTC — Coordinated Universal Time. Simply click the Exact Time icon on your Chrome toolbar to view the running clock that displays local and UTC date and time. No additional configuration is required.                    

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

नाम Exact Time - Local & UTC Exact Time - Local & UTC
ID iceehfhoipgiceeepgmecejmgcdckohb
आधिकारिक URL https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb
विवरण Displays precise local and utc date and time
फ़ाइल का आकार 199 KB
स्थापना संख्या 876
वर्तमान संस्करण 0.9
अंतिम अपडेट 2017-02-14
प्रकाशन तिथि 2017-02-14
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर https://calcpedia.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exact Time - Local & UTC",
    "short_name": "Exact Time",
    "description": "Displays precise local and utc date and time",
    "version": "0.9",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "mgfn.js",
            "mgext.js",
            "mgcls.js",
            "background.js"
        ],
        "persistent": true
    }
}