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 |
官方URL | 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'" } } |