Weather Tab

Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.

Weather Tab là gì?

Weather Tab là một tiện ích mở rộng Chrome được phát triển bởi Weather Tab, và tính năng chính của nó là "Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.".

Ả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 Tab

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

                        Get Access to current Weather, extended weather forecast, search and more!

Please note this extension changes your new-tab page and changes your new-tab search engine to Yahoo.com results."

This extension updates your browser New Tab and provides:
 - Local Weather Conditions
   - Humidity
   - Sun/Sunset time
   - Hourly Forecast
   - 7 Day Forecast
  - A web search box

Comes with daily Weather Prompt to show you local weather in a new Chrome window!
By installing this extension, you agree to the Terms of Service (https://weathertab-site.info/terms-of-service/index.html) and Privacy Policy (https://weathertab-site.info/privacy-policy/index.html)                    

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

Tên Weather Tab Weather Tab
ID eboighkploafnninjidahohphgdlbail
URL Chính Thức https://chromewebstore.google.com/detail/weather-tab/eboighkploafnninjidahohphgdlbail
Mô tả Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.
Kích Thước Tệp 44.53 KB
Số Lần Cài Đặt 3,648
Phiên Bản Hiện Tại 1.23.905
Cập Nhật Lần Cuối 2023-09-09
Ngày Phát Hành 2023-04-01
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Weather Tab
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://weathertab-site.info/privacy-policy/index.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "Weather Tab",
    "description": "Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.",
    "version": "1.23.905",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Weather Tab"
    },
    "permissions": [
        "alarms",
        "cookies",
        "topSites",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.weathertab-api.info\/*"
    ],
    "manifest_version": 3
}