Weather Please

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

Qu'est-ce que Weather Please ?

Weather Please est une extension Chrome développée par https://weather-please.app, et sa fonction principale est "Weather Please is a minimal new tab page that provides an outlook on current and future weather data.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Weather Please

Téléchargez les fichiers d'extension Weather Please au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Weather Please Weather Please
ID pgpheojdhgdjjahjpacijmgenmegnchn
URL Officiel https://chromewebstore.google.com/detail/weather-please/pgpheojdhgdjjahjpacijmgenmegnchn
Description Weather Please is a minimal new tab page that provides an outlook on current and future weather data.
Taille du Fichier 1.65 MB
Nombre d'Installations 135
Version Actuelle 2.5.32
Dernière Mise à Jour 2023-12-18
Date de Publication 2021-09-02
Évaluation 4.64/5 Total 11 Évaluations
Développeur https://weather-please.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ggaidelevicius/weather-please
URL de la Page de Politique de Confidentialité https://github.com/ggaidelevicius/weather-please/blob/main/PRIVACY.md
Langues Prises en Charge 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"
    }
}