Weather forecast

Weather forecast for current city.

O que é Weather forecast?

Weather forecast é uma extensão do Chrome desenvolvida por nikolinadeveloper, e sua principal característica é "Weather forecast for current city.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Weather forecast

Baixe arquivos de extensão Weather forecast 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

                        Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations.

Key features:
- multiple location support
- current weather
- 7 days forecast
- global coverage

For any bugs and questions please sand email to [email protected].                    

Informações Básicas da Extensão

Nome Weather forecast Weather forecast
ID kccbhbehegopfhpmnmlnhkaidfiamepb
URL Oficial https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb
Descrição Weather forecast for current city.
Tamanho do Arquivo 29.06 KB
Contagem de Instalações 981
Versão Atual 0.0.0.1
Última Atualização 2018-02-14
Data de Publicação 2018-02-14
Classificação 3.83/5 Total de 12 Avaliações
Desenvolvedor nikolinadeveloper
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather forecast",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Weather forecast for current city.",
    "background": {
        "scripts": [
            "src\/vremenska_prognoza\/vremenska_prognoza.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather forecast",
        "default_popup": "src\/prognoza.html"
    },
    "icons": {
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    }
}