Gismeteo Tab
Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
Vad är Gismeteo Tab?
Gismeteo Tab är en Chrome-tillägg utvecklad av https://www.gismeteo.ru, och dess huvudfunktion är "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world".
Tilläggsskärmbilder
Ladda ner Gismeteo Tab-förlängningens CRX-fil
Ladda ner Gismeteo Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Gismeteo Tab is a fullscreen weather extension for Chrome.
Just open a new tab to get current weather and forecast. Grundläggande Information om Tillägg
| Namn | |
| ID | dkmoongjbemkaagfcmledklbgchlbboj |
| Officiell webbadress | https://chromewebstore.google.com/detail/gismeteo-tab/dkmoongjbemkaagfcmledklbgchlbboj |
| Beskrivning | Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world |
| Filstorlek | 669 KB |
| Antal Installationer | 7,917 |
| Aktuell Version | 1.0.19 |
| Senast Uppdaterad | 2021-10-13 |
| Publiceringsdatum | 2017-11-13 |
| Betyg | 3.74/5 Totalt 136 Betyg |
| Utvecklare | https://www.gismeteo.ru |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.gismeteo.com |
| Hjälpsida URL | https://www.gismeteo.ru/feedback/ |
| Stödda Språk | 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"
]
} | |