Internet Traffic Signal

Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.

Internet Traffic Signal là gì?

Internet Traffic Signal là một tiện ích mở rộng Chrome được phát triển bởi imlcteam, và tính năng chính của nó là "Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Internet Traffic Signal

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

                        A light indicating the status of your network connection!                    

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

Tên Internet Traffic Signal Internet Traffic Signal
ID effgbafpgcdenijiomikgadejhkdkacj
URL Chính Thức https://chromewebstore.google.com/detail/internet-traffic-signal/effgbafpgcdenijiomikgadejhkdkacj
Mô tả Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.
Kích Thước Tệp 24.84 KB
Số Lần Cài Đặt 684
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2018-09-27
Ngày Phát Hành 2018-09-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển imlcteam
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",
    "manifest_version": 2,
    "name": "Internet Traffic Signal",
    "description": "Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.",
    "version": "3.1",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "green.png",
        "default_title": "Internet Traffic Signal",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "http:\/\/www.google.com\/",
        "https:\/\/www.google.com\/"
    ]
}