One-Click Meteo
Quick preview of current weather forecast from Meteo.pl
What is One-Click Meteo?
One-Click Meteo is a Chrome extension developed by J-Sek, and its main feature is "Quick preview of current weather forecast from Meteo.pl".
Extension Screenshots
Download One-Click Meteo Extension CRX File
Download One-Click Meteo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Features:
- Display current weather forecast (MODEL UM)
- Save chosen city after change
- 18 predefined cities Extension Basic Information
| Name | |
| ID | fkakahlhimilfhdkjflfbkgikihondng |
| Official URL | https://chromewebstore.google.com/detail/one-click-meteo/fkakahlhimilfhdkjflfbkgikihondng |
| Description | Quick preview of current weather forecast from Meteo.pl |
| File Size | 1.8 MB |
| Installation Count | 30 |
| Current Version | 0.0.6 |
| Last Updated | 2023-12-08 |
| Publish Date | 2016-08-11 |
| Rating | 4.33/5 Total 3 Ratings |
| Developer | J-Sek |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |