Current Weather

This extension will give you the current weather in your area.

Current Weather là gì?

Current Weather là một tiện ích mở rộng Chrome được phát triển bởi puranjayprashanth, và tính năng chính của nó là "This extension will give you the current weather in your area.".

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

Tải xuống các tệp mở rộng Current Weather 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 chrome extension always user to get the current weather in their current location. It uses you longitude and latitude to find out were you are. Then it uses a 3rd part service to get the current weather based on you position. This extension will give you the current precipitation, wind speed and other weather data based on your current location.                    

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

Tên Current Weather Current Weather
ID mjkbbpnfhegiocdnalhgkehhnjjadnpa
URL Chính Thức https://chromewebstore.google.com/detail/current-weather/mjkbbpnfhegiocdnalhgkehhnjjadnpa
Mô tả This extension will give you the current weather in your area.
Kích Thước Tệp 33.45 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-06-07
Ngày Phát Hành 2021-06-07
Nhà Phát Triển puranjayprashanth
Email [email protected]
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",
    "name": "Current Weather",
    "version": "1.0",
    "description": "This extension will give you the current weather in your area.",
    "author": "Puranjay Prashanth",
    "permissions": [
        "geolocation",
        "http:\/\/api.openweathermap.org\/data\/2.5\/weather"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Current Weather",
        "default_icon": {
            "16": "images\/Icon16.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "128": "images\/Icon128.png"
        }
    },
    "icons": {
        "16": "images\/Icon16.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "128": "images\/Icon128.png"
    },
    "manifest_version": 2
}