Gismeteo Tab
Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
Cos'è Gismeteo Tab?
Gismeteo Tab è un'estensione di Chrome sviluppata da https://www.gismeteo.ru, e la sua funzione principale è "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gismeteo Tab
Scarica i file di estensione Gismeteo Tab 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
Gismeteo Tab is a fullscreen weather extension for Chrome.
Just open a new tab to get current weather and forecast. Informazioni di Base sull'Estensione
| Nome | |
| ID | dkmoongjbemkaagfcmledklbgchlbboj |
| URL Ufficiale | https://chromewebstore.google.com/detail/gismeteo-tab/dkmoongjbemkaagfcmledklbgchlbboj |
| Descrizione | Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world |
| Dimensione del File | 669 KB |
| Conteggio Installazioni | 7,917 |
| Versione Corrente | 1.0.19 |
| Ultimo Aggiornamento | 2021-10-13 |
| Data di Pubblicazione | 2017-11-13 |
| Valutazione | 3.74/5 Totale 136 Valutazioni |
| Sviluppatore | https://www.gismeteo.ru |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.gismeteo.com |
| URL della Pagina di Aiuto | https://www.gismeteo.ru/feedback/ |
| Lingue Supportate | en,lt,pl,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"chrome_url_overrides": {
"newtab": "index.html"
},
"default_locale": "ru",
"description": "__MSG_description_ext__",
"icons": {
"128": "icon128.png",
"48": "icon48.png"
},
"name": "Gismeteo Tab",
"options_page": "index.html",
"permissions": [
"https:\/\/services.gismeteo.ru\/inform-service\/inf_chrometab\/",
"https:\/\/ssl.google-analytics.com\/",
"tabs"
],
"version": "1.0.19",
"manifest_version": 2,
"web_accessible_resources": [
"favicon-16.png"
]
} | |