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
拡張機能の基本情報
名前 | One-Click Meteo |
ID | fkakahlhimilfhdkjflfbkgikihondng |
公式URL | 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 |
Eメール | [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" ] } |