My Weather - Canada
Get your weather from Environment Canada! (http://www.weatheroffice.gc.ca)
Was ist My Weather - Canada?
My Weather - Canada ist eine Chrome-Erweiterung, die von David Lowe entwickelt wurde, und ihr Hauptmerkmal ist "Get your weather from Environment Canada! (http://www.weatheroffice.gc.ca)".
Erweiterungsscreenshots
My Weather - Canada-Erweiterungs-CRX-Datei herunterladen
Laden Sie My Weather - Canada-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | My Weather - Canada |
ID | jcjkbcjoifjpdccpcmnfgkaaapegilli |
Offizielle URL | https://chromewebstore.google.com/detail/my-weather-canada/jcjkbcjoifjpdccpcmnfgkaaapegilli |
Beschreibung | Get your weather from Environment Canada! (http://www.weatheroffice.gc.ca) |
Dateigröße | 797 KB |
Installationsanzahl | 1,130 |
Aktuelle Version | 2.1.0 |
Letztes Update | 2017-10-18 |
Veröffentlichungsdatum | 2017-10-18 |
Bewertung | 3.52/5 Insgesamt 23 Bewertungen |
Entwickler | David Lowe |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |