Gismeteo

Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world

O que é Gismeteo?

Gismeteo é uma extensão do Chrome desenvolvida por https://www.gismeteo.ru, e sua principal característica é "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gismeteo

Baixe arquivos de extensão Gismeteo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Real time weather and detailed forecast all round the world.

The icon in your toolbar displays real time weather or forecast for the nearest time of your favorite place. Click the icon and you will get detailed forecast.

We express our gratitude for the use of our expansion and look forward to new comments and suggestions to [email protected]                    

Informações Básicas da Extensão

Nome Gismeteo Gismeteo
ID bfegaehidkkcfaikpaijcdahnpikhobf
URL Oficial https://chromewebstore.google.com/detail/gismeteo/bfegaehidkkcfaikpaijcdahnpikhobf
Descrição Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
Tamanho do Arquivo 6.98 MB
Contagem de Instalações 424,294
Versão Atual 3.1.8
Última Atualização 2018-03-29
Data de Publicação 2018-03-29
Classificação 4.35/5 Total de 4114 Avaliações
Desenvolvedor https://www.gismeteo.ru
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gismeteo.com
URL da Página de Ajuda http://support.gismeteo.ru
Idiomas Suportados en,lt,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "logo.png"
        },
        "default_popup": "popup.html",
        "default_title": "Gismeteo"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description_ext__",
    "homepage_url": "https:\/\/www.gismeteo.ru",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Gismeteo",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "https:\/\/services.gismeteo.ru\/inform-service\/",
        "https:\/\/ssl.google-analytics.com\/"
    ],
    "version": "3.1.8",
    "web_accessible_resources": [
        "favicon-16.png"
    ]
}