WUTemp

This extension shows the temperature of a Weather Underground station

WUTemp là gì?

WUTemp là một tiện ích mở rộng Chrome được phát triển bởi Engineered Musings, và tính năng chính của nó là "This extension shows the temperature of a Weather Underground station".

Tải xuống tệp CRX của tiện ích mở rộng WUTemp

Tải xuống các tệp mở rộng WUTemp 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

                        This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WUTemp WUTemp
ID lepomagompeaddljdclflabddeoagdfc
URL Chính Thức https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc
Mô tả This extension shows the temperature of a Weather Underground station
Kích Thước Tệp 19.71 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2016-04-07
Ngày Phát Hành 2016-04-07
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Engineered Musings
Loại Thanh Toán free
Trang Web Mở Rộng http://engineeredmusings.com
Ngôn Ngữ Được Hỗ Trợ 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
    }
}