Simple Weather Report

Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.

O que é Simple Weather Report?

Simple Weather Report é uma extensão do Chrome desenvolvida por https://romanoff.io, e sua principal característica é "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple Weather Report

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

                        Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. User able to set location and temperature unit Fahrenheit (°F) or Celsius (°C)                    

Informações Básicas da Extensão

Nome Simple Weather Report Simple Weather Report
ID khbkgchpkbiecdafoacnkbdomjfgekdo
URL Oficial https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo
Descrição Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
Tamanho do Arquivo 824 KB
Contagem de Instalações 380
Versão Atual 1.0.2
Última Atualização 2020-08-25
Data de Publicação 2020-08-16
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor https://romanoff.io
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "name": "Simple Weather Report",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.",
    "author": "Michael Romanoff, [email protected]",
    "homepage_url": "https:\/\/romanoff.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Simple Weather Report",
        "default_popup": "src\/dist\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/www.googletagmanager.com;  object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}