TW Current Weather
RealTime Weather Extension for cities in Taiwan, R.O.C. Including temperature, weather and uv status. Source from Weather.com & CWB.
TW Current Weather란 무엇입니까?
TW Current Weather은(는) Andrew J. Wang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RealTime Weather Extension for cities in Taiwan, R.O.C. Including temperature, weather and uv status. Source from Weather.com & CWB."입니다.
확장 프로그램 스크린샷
TW Current Weather 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
本擴充套件為一免費即時顯示台灣四大地區氣象現況及紫外線值的小工具,目的為提供使用者最即時的氣候狀態,供外出穿著參考及其他用途。本擴充套件藉由 Weather.com 的 RSS Feed 和中央氣象局的即時資訊,提供台北、台中、高雄、宜蘭四個城市包括現在氣溫、目前氣候狀態等等資訊,並有全台紫外線值資訊,更可連至中央氣象局查找氣候資料。 下載安裝前請注意: 1. 因更新時間及地區誤差,若天氣狀態不準確敬請包涵。 2. 下載安裝本擴充套件即視同詳閱本說明,亦請閱讀於套件中的Copyright Notice。 3. 本擴充套件為免費提供,但非Open-source,任何形式的再散佈皆不得收費或獲取商業利益。 TW Current Weather is a free non-commercial real-time tool that displays the current weather status in four areas in Taiwan, R.O.C. It is aimed to provide the most instant weather status to the users in order for them to decide what to wear, whether to bring an umbrella…etc. The information on the extension is provided by the RSS Feeds of Weather.com and the webpage of Central Weather Bureau of R.O.C. (CWB). It provides the temperature, weather and uv status in Taipei, Taichung, Kaohsiung and Ilan, and the user can also connect to the website of CWB for further information. Before downloading, please read the following statements, 1. Due to the difference in update time and location, the information may be inaccurate. 2. By installing the extension, you have read the description of this extension. Please also read the copyright notice in the extension. 3. TW Current Weather is free but not open-sourced. Any form of redistribution should not charge any money or gain commercial benefit. Changelog V 1.0.0 Initial release to test account. V 1.0.1 Official Relase. V 1.0.2 Included more icons and adjusted some of the codes V 1.0.3 Change in icons, both on page and in extension. Huge modification on time javascript file to prevent incorrect time display. Changed main picture to allow correct display on screen smaller than 10 inches. V 1.1.0 Added more weather icons. Fixed bug on content display due to CWB's site update. V 1.2.0 Updated manifest file to version 2.
확장 프로그램 기본 정보
이름 | |
ID | nnabahpdfapedmfajimpogjopbjkhkih |
공식 URL | https://chrome.google.com/webstore/detail/tw-current-weather/nnabahpdfapedmfajimpogjopbjkhkih |
설명 | RealTime Weather Extension for cities in Taiwan, R.O.C. Including temperature, weather and uv status. Source from Weather.com & CWB. |
파일 크기 | 2.62 MB |
설치 횟수 | 349 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2013-06-26 |
출시 날짜 | 2013-06-26 |
평점 | 4.73/5 총 37 개의 평점 |
개발자 | Andrew J. Wang |
결제 유형 | free |
지원되는 언어 | zh-TW |
manifest.json | |
{ "name": "TW Current Weather", "version": "1.2.0", "manifest_version": 2, "description": "RealTime Weather Extension for cities in Taiwan, R.O.C. Including temperature, weather and uv status. Source from Weather.com & CWB.", "icons": { "16": "Pictures\/Icon\/ExIcon.png", "48": "Pictures\/Icon\/ExIcon.png", "128": "Pictures\/Icon\/ExIcon.png", "256": "Pictures\/Icon\/ExIcon.png" }, "browser_action": { "default_icon": "Pictures\/Icon\/Weather256.png" }, "background": "background.html", "incognito": "split", "minimum_chrome_version": "27.0.1453.116", "permissions": [ "unlimitedStorage", "http:\/\/www.cwb.gov.tw\/", "http:\/\/rss.weather.com\/weather\/rss\/local\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |