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
电子邮箱 [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"
    }
}