One-Click Meteo
Quick preview of current weather forecast from Meteo.pl
Cos'è One-Click Meteo?
One-Click Meteo è un'estensione di Chrome sviluppata da J-Sek, e la sua funzione principale è "Quick preview of current weather forecast from Meteo.pl".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione One-Click Meteo
Scarica i file di estensione One-Click Meteo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Features:
- Display current weather forecast (MODEL UM)
- Save chosen city after change
- 18 predefined cities Informazioni di Base sull'Estensione
| Nome | |
| ID | fkakahlhimilfhdkjflfbkgikihondng |
| URL Ufficiale | https://chromewebstore.google.com/detail/one-click-meteo/fkakahlhimilfhdkjflfbkgikihondng |
| Descrizione | Quick preview of current weather forecast from Meteo.pl |
| Dimensione del File | 1.8 MB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 0.0.6 |
| Ultimo Aggiornamento | 2023-12-08 |
| Data di Pubblicazione | 2016-08-11 |
| Valutazione | 4.33/5 Totale 3 Valutazioni |
| Sviluppatore | J-Sek |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |