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とは何ですか?

Internet Traffic Signalはimlcteamによって開発されたChromeの拡張機能で、その主な機能は「Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Internet Traffic Signal拡張機能のCRXファイルをダウンロード

Internet Traffic Signal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A light indicating the status of your network connection!                    

拡張機能の基本情報

名前 Internet Traffic Signal Internet Traffic Signal
ID effgbafpgcdenijiomikgadejhkdkacj
公式URL https://chromewebstore.google.com/detail/internet-traffic-signal/effgbafpgcdenijiomikgadejhkdkacj
説明 Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.
ファイルサイズ 24.84 KB
インストール数 684
現在のバージョン 3.1
最終更新日 2018-09-27
公開日 2018-09-26
評価 5.00/5 合計 1 レビュー
開発者 imlcteam
Eメール [email protected]
支払い方法 free
対応言語 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\/"
    ]
}