One-Click Meteo
Quick preview of current weather forecast from Meteo.pl
什麼是One-Click Meteo?
One-Click Meteo是由J-Sek開發的Chrome擴展程式,該擴展的主要功能是“Quick preview of current weather forecast from Meteo.pl”。
擴展截圖
下載One-Click Meteo擴展crx文件
下載One-Click Meteo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features:
- Display current weather forecast (MODEL UM)
- Save chosen city after change
- 18 predefined cities 擴展基本資訊
| 名稱 | |
| ID | fkakahlhimilfhdkjflfbkgikihondng |
| 官方網址 | https://chromewebstore.google.com/detail/one-click-meteo/fkakahlhimilfhdkjflfbkgikihondng |
| 簡介 | Quick preview of current weather forecast from Meteo.pl |
| 檔案大小 | 1.8 MB |
| 安裝次數 | 30 |
| 目前版本 | 0.0.6 |
| 更新時間 | 2023-12-08 |
| 上架時間 | 2016-08-11 |
| 評分 | 4.33/5 共 3 次評分 |
| 開發者 | J-Sek |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.6",
"manifest_version": 3,
"name": "One-Click Meteo",
"description": "Quick preview of current weather forecast from Meteo.pl",
"action": {
"default_title": "Preview current weather forecast",
"default_popup": "popup\/popup.html",
"default_icon": {
"128": "images\/weather-128.png"
}
},
"icon": {
"128": "images\/weather-128.png"
},
"permissions": [
"storage"
]
} | |