Rambler/weather

Instant access to the weather forecast worldwide

O que é Rambler/weather?

Rambler/weather é uma extensão do Chrome desenvolvida por https://soft.rambler.ru, e sua principal característica é "Instant access to the weather forecast worldwide".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rambler/weather

Baixe arquivos de extensão Rambler/weather 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

                        If in doubt whether to take an umbrella, a down coat or a bucket hat, ask Rambler/weather! A simple and user-friendly Rambler/weather extension will show the weather forecast for the near future in your location and anywhere in the world. The extension will determine your whereabouts on its own and will deliver an accurate and clearly formulated forecast. Add other locations to the list and trace the weather there. Rain or snow or hot sun - with the Rambler/forecast extension you will be prepared for any whims of the weather with just a single click.                    

Informações Básicas da Extensão

Nome Rambler/weather Rambler/weather
ID mnellcecpgpeniolniglgfdfphfeoffo
URL Oficial https://chromewebstore.google.com/detail/ramblerweather/mnellcecpgpeniolniglgfdfphfeoffo
Descrição Instant access to the weather forecast worldwide
Tamanho do Arquivo 741 KB
Contagem de Instalações 6,112
Versão Atual 3.0.3
Última Atualização 2018-07-16
Data de Publicação 2018-07-16
Classificação 3.42/5 Total de 86 Avaliações
Desenvolvedor https://soft.rambler.ru
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://soft.rambler.ru/
URL da Página de Ajuda https://help.rambler.ru/feedback/weather/
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "46",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "storage"
    ],
    "default_locale": "ru",
    "version": "3.0.3",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/st.top100.ru  ; object-src 'self' ;"
}