Weather & Time (multi-city)

Current weather and time in multiple cities (locations)

Weather & Time (multi-city) là gì?

Weather & Time (multi-city) là một tiện ích mở rộng Chrome được phát triển bởi AlexKataev, và tính năng chính của nó là "Current weather and time in multiple cities (locations)".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Weather & Time (multi-city)

Tải xuống các tệp mở rộng Weather & Time (multi-city) 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

                        Choose many cities and stay up to date about weather and time in them!                    

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

Tên Weather & Time (multi-city) Weather & Time (multi-city)
ID oogbklojclobkhgadnhomfpoidemgima
URL Chính Thức https://chromewebstore.google.com/detail/weather-time-multi-city/oogbklojclobkhgadnhomfpoidemgima
Mô tả Current weather and time in multiple cities (locations)
Kích Thước Tệp 1.52 MB
Số Lần Cài Đặt 1,452
Phiên Bản Hiện Tại 2.3.2
Cập Nhật Lần Cuối 2021-12-09
Ngày Phát Hành 2020-08-01
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển AlexKataev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Weather & Time (multi-city)",
    "version": "2.3.2",
    "description": "Current weather and time in multiple cities (locations)",
    "action": {
        "default_icon": {
            "16": "\/assets\/favicon\/16x16.png",
            "48": "\/assets\/favicon\/48x48.png",
            "128": "\/assets\/favicon\/128x128.png"
        },
        "default_title": "Weather & time (multi-city)",
        "default_popup": "index.html"
    },
    "author": "Alex Kataev",
    "host_permissions": [
        "https:\/\/autocomplete.geocoder.ls.hereapi.com\/6.2\/*",
        "https:\/\/geocode.search.hereapi.com\/v1\/geocode*",
        "http:\/\/api.openweathermap.org\/data\/2.5\/weather*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}