Simple Weather
A basic weather widget.
什么是Simple Weather?
Simple Weather是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A basic weather widget.”。
扩展截图
下载Simple Weather扩展crx文件
下载Simple Weather扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple weather interface that gives a basic forecast: Current temperature in F or C, precipitation probability, and a brief condition summary.
扩展基本信息
名称 | Simple Weather |
ID | gfdfkmhjajkdnlcnbkdmjkmjikkkijal |
官方URL | https://chromewebstore.google.com/detail/simple-weather/gfdfkmhjajkdnlcnbkdmjkmjikkkijal |
简介 | A basic weather widget. |
文件大小 | 374 KB |
安装次数 | 17 |
当前版本 | 0.0.2 |
更新时间 | 2020-05-24 |
上架时间 | 2020-05-24 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Weather", "description": "A basic weather widget.", "version": "0.0.2", "browser_action": { "default_popup": "index.html", "default_title": "Weather Widget" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "optional_permissions": [ "geolocation" ], "content_security_policy": "script-src 'self' 'sha256-S0u+tc0vCU5CEg3t6WQwjf76zqTvdIt6+gvLnfjLh4o='; object-src 'self'" } |