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