What's The Weather
This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
Co je What's The Weather?
What's The Weather je rozšíření Chrome vyvinuté http://what-is-the-weather.com, a jeho hlavní funkcí je „This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření What's The Weather
Stáhněte si soubory rozšíření What's The Weather ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
For more details: https://what-is-the-weather.com/pages/terms-of-use.html https://what-is-the-weather.com/pages/privacy-policy.html Get the best weather updates around you by using our weather extension! By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.
Základní Informace o Rozšíření
Název | |
ID | afpmlonliogogjikgipmocefhgjjojdc |
Oficiální URL | https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc |
Popis | This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage. |
Velikost souboru | 93.3 KB |
Počet instalací | 65,028 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2022-06-10 |
Datum Vydání | 2022-05-05 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | http://what-is-the-weather.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://what-is-the-weather.com/ |
URL Stránky Nápovědy | https://what-is-the-weather.com/pages/contact.html |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/128.png", "default_title": "What's The Weather" }, "description": "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 3, "name": "What's The Weather", "version": "1.2", "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.what-is-the-weather.com\/*" ] } |