WUTemp extension
View the active temperature of a Weather Underground Station
WUTemp extension là gì?
WUTemp extension là một tiện ích mở rộng Chrome được phát triển bởi Eryk.io, và tính năng chính của nó là "View the active temperature of a Weather Underground Station".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WUTemp extension
Tải xuống các tệp mở rộng WUTemp extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WUTemp extension |
ID | baahcllkjamainfhhdimbnipdlaeappd |
URL Chính Thức | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
Mô tả | View the active temperature of a Weather Underground Station |
Kích Thước Tệp | 40.22 KB |
Số Lần Cài Đặt | 1,901 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-03-16 |
Ngày Phát Hành | 2016-03-16 |
Đánh Giá | 3.46/5 Tổng số 35 Đánh Giá |
Nhà Phát Triển | Eryk.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://eryk.io |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |