Weather Please

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

Weather Pleaseとは何ですか?

Weather Pleaseはhttps://weather-please.appによって開発されたChromeの拡張機能で、その主な機能は「Weather Please is a minimal new tab page that provides an outlook on current and future weather data.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Weather Please拡張機能のCRXファイルをダウンロード

Weather Please拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Weather Please Weather Please
ID pgpheojdhgdjjahjpacijmgenmegnchn
公式URL https://chromewebstore.google.com/detail/weather-please/pgpheojdhgdjjahjpacijmgenmegnchn
説明 Weather Please is a minimal new tab page that provides an outlook on current and future weather data.
ファイルサイズ 1.65 MB
インストール数 135
現在のバージョン 2.5.32
最終更新日 2023-12-18
公開日 2021-09-02
評価 4.64/5 合計 11 レビュー
開発者 https://weather-please.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ggaidelevicius/weather-please
プライバシーポリシーページのURL https://github.com/ggaidelevicius/weather-please/blob/main/PRIVACY.md
対応言語 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"
    }
}