WUTemp
This extension shows the temperature of a Weather Underground station
什麼是WUTemp?
WUTemp是由Engineered Musings開發的Chrome擴展程式,該擴展的主要功能是“This extension shows the temperature of a Weather Underground station”。
下載WUTemp擴展crx文件
下載WUTemp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar. 擴展基本資訊
| 名稱 | |
| ID | lepomagompeaddljdclflabddeoagdfc |
| 官方網址 | https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc |
| 簡介 | This extension shows the temperature of a Weather Underground station |
| 檔案大小 | 19.71 KB |
| 安裝次數 | 48 |
| 目前版本 | 1.5 |
| 更新時間 | 2016-04-07 |
| 上架時間 | 2016-04-07 |
| 評分 | 3.00/5 共 4 次評分 |
| 開發者 | Engineered Musings |
| 付費類型 | free |
| 擴展官網 | http://engineeredmusings.com |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WUTemp",
"description": "This extension shows the temperature of a Weather Underground station",
"version": "1.5",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": [],
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"http:\/\/stationdata.wunderground.com\/",
"storage"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |