Gismeteo Tab
Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
What is Gismeteo Tab?
Gismeteo Tab is a Chrome extension developed by https://www.gismeteo.ru, and its main feature is "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world".
Extension Screenshots
Download Gismeteo Tab Extension CRX File
Download Gismeteo Tab 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
Gismeteo Tab is a fullscreen weather extension for Chrome. Just open a new tab to get current weather and forecast.
Extension Basic Information
Name | Gismeteo Tab |
ID | dkmoongjbemkaagfcmledklbgchlbboj |
Official URL | https://chromewebstore.google.com/detail/gismeteo-tab/dkmoongjbemkaagfcmledklbgchlbboj |
Description | Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world |
File Size | 669 KB |
Installation Count | 7,917 |
Current Version | 1.0.19 |
Last Updated | 2021-10-13 |
Publish Date | 2017-11-13 |
Rating | 3.74/5 Total 136 Ratings |
Developer | https://www.gismeteo.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://www.gismeteo.com |
Help Page URL | https://www.gismeteo.ru/feedback/ |
Supported Languages | 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" ] } |