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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載TW Current Weather擴展crx文件

下載TW Current Weather擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        本擴充套件為一免費即時顯示台灣四大地區氣象現況及紫外線值的小工具,目的為提供使用者最即時的氣候狀態,供外出穿著參考及其他用途。本擴充套件藉由 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.                    

擴展基本資訊

名稱 TW Current Weather TW Current Weather
ID nnabahpdfapedmfajimpogjopbjkhkih
官方網址 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"
}