中央大學即時天氣
在網址列旁顯示中央大學即時天氣及氣溫(°C),按下圖示後可查看詳細氣象資訊。
What is 中央大學即時天氣?
中央大學即時天氣 is a Chrome extension developed by https://pingveno.com, and its main feature is "在網址列旁顯示中央大學即時天氣及氣溫(°C),按下圖示後可查看詳細氣象資訊。".
Extension Screenshots
Download 中央大學即時天氣 Extension CRX File
Download 中央大學即時天氣 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
【重要公告】 我發現本套件抓取氣象資料的網站似乎不讓人直接抓資料了,好像要求使用者必須先打開氣象首頁:http://pblap.atm.ncu.edu.tw 後才會給予瀏覽氣象資料的權限。 這也會導致圖示旁的氣溫小數字無法正確顯示,目前找不到解決方法。 如果各位很喜歡本擴充套件帶給大家的方便,只能請中大大氣系自己做一個或者開放API給開發者了,除此之外我已無能為力。 以後請直接開官方網頁看氣象吧:http://pblap.atm.ncu.edu.tw --- ◉主要功能 ✔ 顯示目前的氣溫(°C) ✔ 氣溫數字的背景顏色隨溫度而變化 ✔ 按鈕的圖示隨天氣情形而改變 ✔ 按一下即可在彈出框中查看詳細氣象資訊 ◉氣溫及圖示每 5 分鐘更新一次,彈出框則為即時資料 ◉資料來源:中央大學大氣邊界層暨空氣污染實驗室 http://pblap.atm.ncu.edu.tw/weather03.asp 若該網站有大幅變動或失常,本擴充功能也會受影響。 (版本 1.1 以前採用的資料來源爲中央大學即時氣象資訊網 http://pblap.atm.ncu.edu.tw/ncucwb/) ◉有任何建議歡迎連絡作者:http://pingveno.com/+ 我的其他作品:http://pingveno.com/chrome ---- ◉更新履歴 ➢ 1.3.2:修正溫度數值抓取錯誤 ➢ 1.3.1:修正無法顯示氣溫小數點後的數字的問題 ➢ 1.2:資料來源改為中央大學大氣邊界層暨空氣污染實驗室(感謝使用者 Cheng Min Yao 的建議) ➢ 1.1:嘗試修正 popup 可能出現亂碼的情況;稍微修改了預設 icon。 ➢ 1.0:正式版首次發佈。
Extension Basic Information
Name | |
ID | cfjcdnpedoalbhnpoojmnhfeagkcmcdo |
Official URL | https://chromewebstore.google.com/detail/%E4%B8%AD%E5%A4%AE%E5%A4%A7%E5%AD%B8%E5%8D%B3%E6%99%82%E5%A4%A9%E6%B0%A3/cfjcdnpedoalbhnpoojmnhfeagkcmcdo |
Description | 在網址列旁顯示中央大學即時天氣及氣溫(°C),按下圖示後可查看詳細氣象資訊。 |
File Size | 69.93 KB |
Installation Count | 108 |
Current Version | 1.3.2 |
Last Updated | 2013-06-10 |
Publish Date | 2013-06-10 |
Rating | 4.60/5 Total 10 Ratings |
Developer | https://pingveno.com |
Payment Type | free |
Extension Website | http://pingveno.com/+ |
Help Page URL | https://plus.google.com/117360744495020043411 |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4e2d\u592e\u5927\u5b78\u5373\u6642\u5929\u6c23", "version": "1.3.2", "description": "\u5728\u7db2\u5740\u5217\u65c1\u986f\u793a\u4e2d\u592e\u5927\u5b78\u5373\u6642\u5929\u6c23\u53ca\u6c23\u6eab\uff08\u00b0C\uff09\uff0c\u6309\u4e0b\u5716\u793a\u5f8c\u53ef\u67e5\u770b\u8a73\u7d30\u6c23\u8c61\u8cc7\u8a0a\u3002", "manifest_version": 2, "icons": { "128": "icon128.png", "64": "icon64.png" }, "browser_action": { "default_icon": "default_icon.png", "default_popup": "popup.html" }, "background": { "page": "NCUweather.html" }, "permissions": [ "http:\/\/pblap.atm.ncu.edu.tw\/*", "http:\/\/query.yahooapis.com\/*" ] } |