World Clock

An extension which displays time in different timezones.

World Clock क्या है?

World Clock Rajasri Systems द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension which displays time in different timezones."।

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

screenshot

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

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

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

                        An extension to display time in different time zones. 
300+ timezones available. 
Automatic synchronisation with the system timezone. 
Setup the world clock!                    

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

नाम World Clock World Clock
ID nfigbefbepjmkffdeelklglfjponlpbo
आधिकारिक URL https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo
विवरण An extension which displays time in different timezones.
फ़ाइल का आकार 6.15 MB
स्थापना संख्या 69
वर्तमान संस्करण 2.1
अंतिम अपडेट 2023-04-13
प्रकाशन तिथि 2021-04-11
डेवलपर Rajasri Systems
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://rajasri.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clock",
    "description": "An extension which displays time in different timezones.",
    "version": "2.1",
    "author": "Rajasri Systems",
    "browser_action": {
        "default_icon": "images\/worldclockfavicon.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "index.html"
    },
    "icons": {
        "16": "images\/worldclockfavicon.png",
        "32": "images\/worldclock32x32.png",
        "48": "images\/worldclock48x48.png",
        "128": "images\/worldclock128x128.png"
    }
}