WeatherQuick
WeatherQuick shows the current weather of a location as a browser icon.
WeatherQuick란 무엇입니까?
WeatherQuick은(는) IceCode Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WeatherQuick shows the current weather of a location as a browser icon."입니다.
확장 프로그램 스크린샷
WeatherQuick 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
I made this extension as quick way to look at my current weather without task-switching to my desktop. It uses MSN weather API to retrieve the current temperature and conditions. The location uses MSN's location search so its pretty forgiving. I couldn't find the documentation for the API so there might be some conditions that icon doesn't pop up. In which case just email me so I can fix the issue. I also want to find out if the API I am using has a way to check if its night or not. Updates 1.0.1: fixed a title 1.0.2: changed to a more mild color for temp and added a popup to see status better when there isn't enough detail in the icon 1.0.3: added lookup up location name to hover text and the popup 1.0.4: added radar and permission from weatherchannel For bugs and questions email: [email protected]
확장 프로그램 기본 정보
이름 | WeatherQuick |
ID | kbcnfebfgdgokkmkpffaolmepceealjf |
공식 URL | https://chromewebstore.google.com/detail/weatherquick/kbcnfebfgdgokkmkpffaolmepceealjf |
설명 | WeatherQuick shows the current weather of a location as a browser icon. |
파일 크기 | 179 KB |
설치 횟수 | 74 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2012-05-20 |
출시 날짜 | 2012-05-20 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | IceCode Software |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "WeatherQuick", "version": "1.0.4", "description": "WeatherQuick shows the current weather of a location as a browser icon.", "icons": { "128": "icons\/wq128.png", "48": "icons\/wq48.png", "16": "icons\/wq16.png" }, "options_page": "options.html", "browser_action": { "name": "WeatherQuick", "default_popup": "popup.html" }, "permissions": [ "http:\/\/weather.msn.com\/*", "http:\/\/www.weather.com\/weather\/map\/*" ], "background": { "page": "weatherbg.html" }, "manifest_version": 2 } |