Simple Weather Forecast and Radar

Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.

Simple Weather Forecast and Radar là gì?

Simple Weather Forecast and Radar là một tiện ích mở rộng Chrome được phát triển bởi jburnette, và tính năng chính của nó là "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Weather Forecast and Radar

Tải xuống các tệp mở rộng Simple Weather Forecast and Radar 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

                        swfr is a quick, simple, lightweight weather extension.  It sits in your toolbar and displays the current temperature.  When clicked, it shows the current weather conditions (temperature, humidity, and wind), the 5 day forecast, and an animated radar loop of your region.                    

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

Tên Simple Weather Forecast and Radar Simple Weather Forecast and Radar
ID ldcmpboldapnmhlpjkciekhpmhlnhfjp
URL Chính Thức https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp
Mô tả Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Kích Thước Tệp 57.62 KB
Số Lần Cài Đặt 487
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2018-08-13
Ngày Phát Hành 2018-08-13
Đánh Giá 3.39/5 Tổng số 23 Đánh Giá
Nhà Phát Triển jburnette
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Weather Forecast and Radar",
    "description": "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.",
    "version": "1.5",
    "icons": {
        "128": "store_logo.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' 'unsafe-eval'",
    "permissions": [
        "https:\/\/query.yahooapis.com\/",
        "https:\/\/sirocco.accuweather.com\/"
    ]
}