My Weather - Canada
Get your weather from Environment Canada! (http://www.weatheroffice.gc.ca)
Qu'est-ce que My Weather - Canada ?
My Weather - Canada est une extension Chrome développée par David Lowe, et sa fonction principale est "Get your weather from Environment Canada! (http://www.weatheroffice.gc.ca)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension My Weather - Canada
Téléchargez les fichiers d'extension My Weather - Canada 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
This extension shows the weather information for your area (or the area you select). It does Canadian cities and pulls the weather information from Environment Canada. Weather data is polled every 20 minutes. New in version 2.1.0 - now opens the options page to set location if the extension is installed/updated and no location is selected yet. New in version 2.0.0 - weather warnings listed under city name in Popup - weather warning badge colour options - condition icons now in popup window - reworked 7 day forecast (now with condition icons and high/low temperatures for the day) You currently get: - local conditions - 7 day forecast - weather warnings
Informations de Base sur l'Extension
Nom | My Weather - Canada |
ID | jcjkbcjoifjpdccpcmnfgkaaapegilli |
URL Officiel | https://chromewebstore.google.com/detail/my-weather-canada/jcjkbcjoifjpdccpcmnfgkaaapegilli |
Description | Get your weather from Environment Canada! (http://www.weatheroffice.gc.ca) |
Taille du Fichier | 797 KB |
Nombre d'Installations | 1,130 |
Version Actuelle | 2.1.0 |
Dernière Mise à Jour | 2017-10-18 |
Date de Publication | 2017-10-18 |
Évaluation | 3.52/5 Total 23 Évaluations |
Développeur | David Lowe |
Type de Paiement | free |
Langues Prises en Charge | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "2.1.0", "description": "__MSG_extDesc__", "default_locale": "en", "options_page": "options.html", "icons": { "16": "canada.png", "48": "canada.png", "128": "canada.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "weather\/29.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/dd.weatheroffice.ec.gc.ca\/*" ] } |