Weather Please

Weather Please is a minimal new tab page that provides an outlook on current and future weather data.

O que é Weather Please?

Weather Please é uma extensão do Chrome desenvolvida por https://weather-please.app, e sua principal característica é "Weather Please is a minimal new tab page that provides an outlook on current and future weather data.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Weather Please

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

                        Introducing "Weather Please," a harmonious blend of simplicity and speed, designed to empower all users equally, including those who rely on screen assistive technologies.

Elevate your browsing to an art form with Weather Please. Its refined design and effortless performance redefine the way you access weather information. Seamlessly explore current conditions and up to a nine-day forecast without disruption, as if weather itself flows through your device.

With a rich language support that spans 14 prominent global languages, Weather Please invites users from diverse linguistic backgrounds to engage in a unified experience.

The interface, a masterpiece of understated elegance, presents essential data without the usual noise. Planning your day or envisioning the weekend becomes a serene experience, thanks to Weather Please's precise and unobtrusive presentation.

Remarkably lightweight, this extension orchestrates a ballet of efficiency, enhancing your browser's functionality with a touch of finesse. The technology vanishes, leaving only the enchantment of seamless weather updates.

Savor the elegance and grace of Weather Please as it integrates flawlessly into your browser. A symphony of design and performance awaits – where weather meets artistry in the most subtle, yet captivating, manner.                    

Informações Básicas da Extensão

Nome Weather Please Weather Please
ID pgpheojdhgdjjahjpacijmgenmegnchn
URL Oficial https://chromewebstore.google.com/detail/weather-please/pgpheojdhgdjjahjpacijmgenmegnchn
Descrição Weather Please is a minimal new tab page that provides an outlook on current and future weather data.
Tamanho do Arquivo 1.65 MB
Contagem de Instalações 135
Versão Atual 2.5.32
Última Atualização 2023-12-18
Data de Publicação 2021-09-02
Classificação 4.64/5 Total de 11 Avaliações
Desenvolvedor https://weather-please.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ggaidelevicius/weather-please
URL da Página de Política de Privacidade https://github.com/ggaidelevicius/weather-please/blob/main/PRIVACY.md
Idiomas Suportados id,de,en,fr,vi,es,it,lt,ru,hi,bn,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.5.32",
    "description": "__MSG_appDesc__",
    "author": "Gus Gaidelevicius",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "geolocation",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "favicon.png"
    }
}