My Weather - Canada
Get your weather from Environment Canada! (http://www.weatheroffice.gc.ca)
My Weather - Canada란 무엇입니까?
My Weather - Canada은(는) David Lowe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get your weather from Environment Canada! (http://www.weatheroffice.gc.ca)"입니다.
확장 프로그램 스크린샷
My Weather - Canada 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | My Weather - Canada |
ID | jcjkbcjoifjpdccpcmnfgkaaapegilli |
공식 URL | https://chromewebstore.google.com/detail/my-weather-canada/jcjkbcjoifjpdccpcmnfgkaaapegilli |
설명 | Get your weather from Environment Canada! (http://www.weatheroffice.gc.ca) |
파일 크기 | 797 KB |
설치 횟수 | 1,130 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2017-10-18 |
출시 날짜 | 2017-10-18 |
평점 | 3.52/5 총 23 개의 평점 |
개발자 | David Lowe |
결제 유형 | free |
지원되는 언어 | 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\/*" ] } |