Get Weather Now
Weather extension
Qu'est-ce que Get Weather Now ?
Get Weather Now est une extension Chrome développée par Calc Team, et sa fonction principale est "Weather extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Get Weather Now
Téléchargez les fichiers d'extension Get Weather Now 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
Brings the weather updates you care about to your address bar. Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.
Informations de Base sur l'Extension
Nom | Get Weather Now |
ID | mdijeoiljombmbamjamjlcaopdckdnci |
URL Officiel | https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci |
Description | Weather extension |
Taille du Fichier | 6.83 MB |
Nombre d'Installations | 864 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2022-11-14 |
Date de Publication | 2022-07-22 |
Évaluation | 2.27/5 Total 15 Évaluations |
Développeur | Calc Team |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "0.0.4", "description": "__MSG_extensionDescription__", "background": { "service_worker": "background.js" }, "default_locale": "en", "action": { "default_popup": "popup.html" }, "icons": { "128": "assets\/img\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/tiles.aqicn.org\/" ] } |