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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

World Clock-Time Weather Assistant - Help query world city time and weather 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}