TW Current Weather

RealTime Weather Extension for cities in Taiwan, R.O.C. Including temperature, weather and uv status. Source from Weather.com & CWB.

O que é TW Current Weather?

TW Current Weather é uma extensão do Chrome desenvolvida por Andrew J. Wang, e sua principal característica é "RealTime Weather Extension for cities in Taiwan, R.O.C. Including temperature, weather and uv status. Source from Weather.com & CWB.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TW Current Weather

Baixe arquivos de extensão TW Current Weather no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome TW Current Weather TW Current Weather
ID nnabahpdfapedmfajimpogjopbjkhkih
URL Oficial https://chrome.google.com/webstore/detail/tw-current-weather/nnabahpdfapedmfajimpogjopbjkhkih
Descrição RealTime Weather Extension for cities in Taiwan, R.O.C. Including temperature, weather and uv status. Source from Weather.com & CWB.
Tamanho do Arquivo 2.62 MB
Contagem de Instalações 349
Versão Atual 1.2.0
Última Atualização 2013-06-26
Data de Publicação 2013-06-26
Classificação 4.73/5 Total de 37 Avaliações
Desenvolvedor Andrew J. Wang
Tipo de Pagamento free
Idiomas Suportados 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"
}