Get Weather Now

Weather extension

Get Weather Now là gì?

Get Weather Now là một tiện ích mở rộng Chrome được phát triển bởi Calc Team, và tính năng chính của nó là "Weather extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Brings the weather updates you care about to your address bar.
Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.                    

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

Tên Get Weather Now Get Weather Now
ID mdijeoiljombmbamjamjlcaopdckdnci
URL Chính Thức https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci
Mô tả Weather extension
Kích Thước Tệp 6.83 MB
Số Lần Cài Đặt 864
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2022-11-14
Ngày Phát Hành 2022-07-22
Đánh Giá 2.27/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Calc Team
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.0.4",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/img\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/tiles.aqicn.org\/"
    ]
}