Weather & Time (multi-city)
Current weather and time in multiple cities (locations)
什麼是Weather & Time (multi-city)?
Weather & Time (multi-city)是由AlexKataev開發的Chrome擴展程式,該擴展的主要功能是“Current weather and time in multiple cities (locations)”。
擴展截圖
下載Weather & Time (multi-city)擴展crx文件
下載Weather & Time (multi-city)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Choose many cities and stay up to date about weather and time in them!
擴展基本資訊
名稱 | Weather & Time (multi-city) |
ID | oogbklojclobkhgadnhomfpoidemgima |
官方網址 | https://chromewebstore.google.com/detail/weather-time-multi-city/oogbklojclobkhgadnhomfpoidemgima |
簡介 | Current weather and time in multiple cities (locations) |
檔案大小 | 1.52 MB |
安裝次數 | 1,452 |
目前版本 | 2.3.2 |
更新時間 | 2021-12-09 |
上架時間 | 2020-08-01 |
評分 | 4.00/5 共 8 次評分 |
開發者 | AlexKataev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Weather & Time (multi-city)", "version": "2.3.2", "description": "Current weather and time in multiple cities (locations)", "action": { "default_icon": { "16": "\/assets\/favicon\/16x16.png", "48": "\/assets\/favicon\/48x48.png", "128": "\/assets\/favicon\/128x128.png" }, "default_title": "Weather & time (multi-city)", "default_popup": "index.html" }, "author": "Alex Kataev", "host_permissions": [ "https:\/\/autocomplete.geocoder.ls.hereapi.com\/6.2\/*", "https:\/\/geocode.search.hereapi.com\/v1\/geocode*", "http:\/\/api.openweathermap.org\/data\/2.5\/weather*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |