Gismeteo Tab
Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
Was ist Gismeteo Tab?
Gismeteo Tab ist eine Chrome-Erweiterung, die von https://www.gismeteo.ru entwickelt wurde, und ihr Hauptmerkmal ist "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world".
Erweiterungsscreenshots
Gismeteo Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gismeteo Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Gismeteo Tab is a fullscreen weather extension for Chrome.
Just open a new tab to get current weather and forecast. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dkmoongjbemkaagfcmledklbgchlbboj |
| Offizielle URL | https://chromewebstore.google.com/detail/gismeteo-tab/dkmoongjbemkaagfcmledklbgchlbboj |
| Beschreibung | Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world |
| Dateigröße | 669 KB |
| Installationsanzahl | 7,917 |
| Aktuelle Version | 1.0.19 |
| Letztes Update | 2021-10-13 |
| Veröffentlichungsdatum | 2017-11-13 |
| Bewertung | 3.74/5 Insgesamt 136 Bewertungen |
| Entwickler | https://www.gismeteo.ru |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.gismeteo.com |
| Hilfeseite URL | https://www.gismeteo.ru/feedback/ |
| Unterstützte Sprachen | 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"
]
} | |