What's The Weather
This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
Qu'est-ce que What's The Weather ?
What's The Weather est une extension Chrome développée par http://what-is-the-weather.com, et sa fonction principale est "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension What's The Weather
Téléchargez les fichiers d'extension What's The Weather 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
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.
Informations de Base sur l'Extension
Nom | |
ID | afpmlonliogogjikgipmocefhgjjojdc |
URL Officiel | https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc |
Description | This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage. |
Taille du Fichier | 93.3 KB |
Nombre d'Installations | 65,028 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-06-10 |
Date de Publication | 2022-05-05 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | http://what-is-the-weather.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://what-is-the-weather.com/ |
URL de la Page d'Aide | https://what-is-the-weather.com/pages/contact.html |
Langues Prises en Charge | 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\/*" ] } |