Weather forecast

Weather forecast for current city.

Weather forecast là gì?

Weather forecast là một tiện ích mở rộng Chrome được phát triển bởi nikolinadeveloper, và tính năng chính của nó là "Weather forecast for current city.".

Ả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 Weather forecast

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

                        Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations.

Key features:
- multiple location support
- current weather
- 7 days forecast
- global coverage

For any bugs and questions please sand email to [email protected].                    

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

Tên Weather forecast Weather forecast
ID kccbhbehegopfhpmnmlnhkaidfiamepb
URL Chính Thức https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb
Mô tả Weather forecast for current city.
Kích Thước Tệp 29.06 KB
Số Lần Cài Đặt 981
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2018-02-14
Ngày Phát Hành 2018-02-14
Đánh Giá 3.83/5 Tổng số 12 Đánh Giá
Nhà Phát Triển nikolinadeveloper
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather forecast",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Weather forecast for current city.",
    "background": {
        "scripts": [
            "src\/vremenska_prognoza\/vremenska_prognoza.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather forecast",
        "default_popup": "src\/prognoza.html"
    },
    "icons": {
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    }
}