Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
什么是Local Weather (Current Conditions)?
Local Weather (Current Conditions)是由mohiman开发的Chrome扩展程序,该扩展的主要功能是“Presents weather based on your current location, or you can update by entering new location/zip etc.”。
扩展截图
下载Local Weather (Current Conditions)扩展crx文件
下载Local Weather (Current Conditions)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Local Weather (Current Conditions) |
ID | kobanmpgpihdneoociggikppoblinmol |
官方URL | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol |
简介 | Presents weather based on your current location, or you can update by entering new location/zip etc. |
文件大小 | 1.16 MB |
安装次数 | 16 |
当前版本 | 2.25 |
更新时间 | 2016-07-22 |
上架时间 | 2016-07-21 |
评分 | 3.00/5 共2次评分 |
开发者 | mohiman |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Local Weather (Current Conditions)", "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.", "version": "2.25", "browser_action": { "default_icon": "weather.png", "default_title": "Current Weather", "default_popup": "Mohit-Extension.html" }, "icons": { "16": "weatherMain1.png", "48": "weatherMain2.png", "128": "weatherMain3.png" }, "permissions": [ "activeTab", "geolocation", "http:\/\/api.openweathermap.org\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |