WUTemp extension
View the active temperature of a Weather Underground Station
什麼是WUTemp extension?
WUTemp extension是由Eryk.io開發的Chrome擴展程式,該擴展的主要功能是“View the active temperature of a Weather Underground Station”。
擴展截圖
下載WUTemp extension擴展crx文件
下載WUTemp extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome Extension to view the active temperature of a Weather Underground Station. Features: - Updates every 5 minutes - Click on icon to view Station page at Weather Underground - Options page to set Station ID, Celcius/Fahrenheit and refresh interval. Updated v1.1: - Change refresh interval on the Options page.
擴展基本資訊
名稱 | WUTemp extension |
ID | baahcllkjamainfhhdimbnipdlaeappd |
官方網址 | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
簡介 | View the active temperature of a Weather Underground Station |
檔案大小 | 40.22 KB |
安裝次數 | 1,901 |
目前版本 | 1.1 |
更新時間 | 2016-03-16 |
上架時間 | 2016-03-16 |
評分 | 3.46/5 共 35 次評分 |
開發者 | Eryk.io |
付費類型 | free |
擴展官網 | https://eryk.io |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WUTemp extension", "version": "1.1", "manifest_version": 2, "description": "View the active temperature of a Weather Underground Station", "options_page": "options.html", "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "background": { "scripts": [ "jquery-2.1.3.min.js", "background.js" ] }, "permissions": [ "http:\/\/api.wunderground.com\/", "storage" ] } |