Weather Please
Weather Please is a minimal new tab page that provides an outlook on current and future weather data.
What is Weather Please?
Weather Please is a Chrome extension developed by https://weather-please.app, and its main feature is "Weather Please is a minimal new tab page that provides an outlook on current and future weather data.".
Extension Screenshots
Download Weather Please Extension CRX File
Download Weather Please extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Weather Please |
ID | pgpheojdhgdjjahjpacijmgenmegnchn |
Official URL | 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. |
File Size | 1.65 MB |
Installation Count | 135 |
Current Version | 2.5.32 |
Last Updated | 2023-12-18 |
Publish Date | 2021-09-02 |
Rating | 4.64/5 Total 11 Ratings |
Developer | https://weather-please.app |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ggaidelevicius/weather-please |
Privacy Policy Page URL | https://github.com/ggaidelevicius/weather-please/blob/main/PRIVACY.md |
Supported Languages | 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" } } |