Weather

The best way to see the Weather Forecast right in your browser. Easier than looking outside!

O que é Weather?

Weather é uma extensão do Chrome desenvolvida por https://weatherextension.com, e sua principal característica é "The best way to see the Weather Forecast right in your browser. Easier than looking outside!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Weather

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

                        Weather automatically locates and displays your current weather forecast, hourly and 7 day forecast. The app icon will automatically update to your current temperature. Very easy to use with more features coming soon!

Features
-----------------
* Multiple Weather Data Sources (Visual Crossing Api, PirateWeather Api, and more) 
* Hourly and 7 day forecasts
 * Precipitation and Severe Weather alerts
 * Temperature in your Toolbar
 * Geolocation
 * Supports multiple languages
 * Multiple locations
 * Animated icons
 * Set custom location by address or zip code
 * Choose Fahrenheit or Celsius
 * Settings sync between devices
 * 12h/24h time format
 * Accurate Weather Forecast

FAQ: timleland.com/weather-extension-faq                    

Informações Básicas da Extensão

Nome Weather Weather
ID iolcbmjhmpdheggkocibajddahbeiglb
URL Oficial https://chromewebstore.google.com/detail/weather/iolcbmjhmpdheggkocibajddahbeiglb
Descrição The best way to see the Weather Forecast right in your browser. Easier than looking outside!
Tamanho do Arquivo 10.82 MB
Contagem de Instalações 153,933
Versão Atual 6.0.14
Última Atualização 2024-01-18
Data de Publicação 2020-05-22
Classificação 2.82/5 Total de 6327 Avaliações
Desenvolvedor https://weatherextension.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://weatherextension.com/
URL da Página de Ajuda https://timleland.com/weather-extension-faq/
URL da Página de Política de Privacidade https://t.ly/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather",
    "short_name": "Weather",
    "homepage_url": "https:\/\/weatherextension.com\/",
    "version": "6.0.14",
    "description": "The best way to see the Weather Forecast right in your browser. Easier than looking outside!",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "storage",
        "geolocation",
        "notifications",
        "idle"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    }
}