Weatherly
Weather extension to stay up to date.
什么是Weatherly?
Weatherly是由https://erlend.ee开发的Chrome扩展程序,该扩展的主要功能是“Weather extension to stay up to date.”。
扩展截图
下载Weatherly扩展crx文件
下载Weatherly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Check your weather and forecast with this simple little extension. It automatically detects your location and pulls the relevant weather data for your easy use. 扩展基本信息
| 名称 | |
| ID | inogoogkkgnejkjmdhkepafkmblgoapl |
| 官方URL | https://chromewebstore.google.com/detail/weatherly/inogoogkkgnejkjmdhkepafkmblgoapl |
| 简介 | Weather extension to stay up to date. |
| 文件大小 | 1.09 MB |
| 安装次数 | 11 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2020-10-25 |
| 上架时间 | 2020-10-21 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | https://erlend.ee |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.erlend.ee |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Weatherly",
"homepage_url": "http:\/\/www.erlend.ee",
"description": "Weather extension to stay up to date.",
"default_locale": "en",
"permissions": [
"geolocation"
],
"icons": {
"15": "icons\/logo1.png",
"30": "icons\/logo2.png",
"60": "icons\/logo3.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Weatherly",
"default_icon": {
"15": "icons\/logo1.png",
"30": "icons\/logo2.png"
}
},
"version": "0.1.0",
"content_security_policy": "script-src 'self' ; object-src 'self'"
} | |