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”。
擴展截圖
下載World Clock-Time Weather Assistant - Help query world city time and weather擴展crx文件
下載World Clock-Time Weather Assistant - Help query world city time and weather擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | maibbieoloohoippoecmlpbgifflannf |
官方網址 | 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:\/\/*\/*" ] } |