Weather Watcher

Access all of your weather alerts in one place instantly from your New Tab page.

Weather Watcher là gì?

Weather Watcher là một tiện ích mở rộng Chrome được phát triển bởi http://weatherwatch.zilliuns.com, và tính năng chính của nó là "Access all of your weather alerts in one place instantly from your New Tab page.".

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

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

                        Disclaimer:
Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Weather Watcher extension and set your new tab page to search.zilliuns.com/weather, while also accepting and agreeing to abide by the End User License Agreement  (http://weatherwatch.zilliuns.com/Terms) and Privacy Policy (http://weatherwatch.zilliuns.com/Privacy). Uninstall instructions can be found at http://weatherwatch.zilliuns.com/Uninstall                    

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

Tên Weather Watcher Weather Watcher
ID fliiecjlibpgdomkobdfcibkldnmkfhc
URL Chính Thức https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc
Mô tả Access all of your weather alerts in one place instantly from your New Tab page.
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.0.0.4
Cập Nhật Lần Cuối 2018-10-18
Ngày Phát Hành 2018-10-18
Nhà Phát Triển http://weatherwatch.zilliuns.com
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",
    "manifest_version": 2,
    "name": "Weather Watcher",
    "version": "1.0.0.4",
    "description": "Access all of your weather alerts in one place instantly from your New Tab page.",
    "icons": {
        "16": "16weatherwatch.jpg",
        "32": "32weatherwatch.jpg",
        "48": "48weatherwatch.jpg",
        "128": "128weatherwatch.jpg"
    },
    "browser_action": {
        "default_icon": "logo19.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zilliuns.com\/*"
        ]
    }
}