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

¿Qué es World Clock-Time Weather Assistant - Help query world city time and weather?

World Clock-Time Weather Assistant - Help query world city time and weather es una extensión de Chrome desarrollada por https://jeerm21.github.io, y su función principal es "World Clock-Time Weather Assistant,which supports real-time local time and weather queries in 2000+ cities around the world".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión World Clock-Time Weather Assistant - Help query world city time and weather

Descarga archivos de extensión World Clock-Time Weather Assistant - Help query world city time and weather en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre 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 Oficial https://chromewebstore.google.com/detail/world-clock-time-weather/maibbieoloohoippoecmlpbgifflannf
Descripción World Clock-Time Weather Assistant,which supports real-time local time and weather queries in 2000+ cities around the world
Tamaño del Archivo 391 KB
Cantidad de Instalaciones 34
Versión Actual 1.0.5
Última Actualización 2023-05-18
Fecha de Publicación 2023-05-15
Desarrollador https://jeerm21.github.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://jeerm21.github.io/worldtime
URL de la Página de Ayuda https://jeerm21.github.io/worldtime
Idiomas Soportados 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:\/\/*\/*"
    ]
}