Local Weather (Current Conditions)

Presents weather based on your current location, or you can update by entering new location/zip etc.

O que é Local Weather (Current Conditions)?

Local Weather (Current Conditions) é uma extensão do Chrome desenvolvida por mohiman, e sua principal característica é "Presents weather based on your current location, or you can update by entering new location/zip etc.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Local Weather (Current Conditions)

Baixe arquivos de extensão Local Weather (Current Conditions) 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

                                            

Informações Básicas da Extensão

Nome Local Weather (Current Conditions) Local Weather (Current Conditions)
ID kobanmpgpihdneoociggikppoblinmol
URL Oficial https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol
Descrição Presents weather based on your current location, or you can update by entering new location/zip etc.
Tamanho do Arquivo 1.16 MB
Contagem de Instalações 16
Versão Atual 2.25
Última Atualização 2016-07-22
Data de Publicação 2016-07-21
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor mohiman
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Local Weather (Current Conditions)",
    "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.",
    "version": "2.25",
    "browser_action": {
        "default_icon": "weather.png",
        "default_title": "Current Weather",
        "default_popup": "Mohit-Extension.html"
    },
    "icons": {
        "16": "weatherMain1.png",
        "48": "weatherMain2.png",
        "128": "weatherMain3.png"
    },
    "permissions": [
        "activeTab",
        "geolocation",
        "http:\/\/api.openweathermap.org\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}