World Clock-Time Weather Assistant - Help query world city time and weather

World Clock-Time Weather Assistant,which supports real-time local time and weather queries in 2000+ cities around the world

World Clock-Time Weather Assistant - Help query world city time and weather क्या है?

World Clock-Time Weather Assistant - Help query world city time and weather https://jeerm21.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "World Clock-Time Weather Assistant,which supports real-time local time and weather queries in 2000+ cities around the world"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में World Clock-Time Weather Assistant - Help query world city time and weather एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        major function 
Support for customizing the background colors of individual/batch dial settings: gray/blue, white/green, black/white
Support for custom time font size
Support custom display formats for dates, weeks, and times
Support for custom city names
Supports sorting of city lists, with larger numbers ranking first
Support local time and weather queries for over 2000 cities worldwide
Support for user data synchronization based on browser accounts
Supports associative search for city names, pinyin, and English
Supports one click refresh of synchronized data and synchronization of the latest time
Support for deleting added cities
Support for multilingual switching, such as Simplified Chinese and English                    

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

नाम World Clock-Time Weather Assistant - Help query world city time and weather World Clock-Time Weather Assistant - Help query world city time and weather
ID maibbieoloohoippoecmlpbgifflannf
आधिकारिक URL https://chromewebstore.google.com/detail/world-clock-time-weather/maibbieoloohoippoecmlpbgifflannf
विवरण World Clock-Time Weather Assistant,which supports real-time local time and weather queries in 2000+ cities around the world
फ़ाइल का आकार 391 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-05-18
प्रकाशन तिथि 2023-05-15
डेवलपर https://jeerm21.github.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://jeerm21.github.io/worldtime
सहायता पृष्ठ URL https://jeerm21.github.io/worldtime
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "world-clock-weather",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.5",
    "default_locale": "zh_CN",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "https:\/\/jeerm21.github.io\/worldtime",
    "action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}