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.

Cos'è Internet Traffic Signal?

Internet Traffic Signal è un'estensione di Chrome sviluppata da imlcteam, e la sua funzione principale è "Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Internet Traffic Signal

Scarica i file di estensione Internet Traffic Signal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A light indicating the status of your network connection!                    

Informazioni di Base sull'Estensione

Nome Internet Traffic Signal Internet Traffic Signal
ID effgbafpgcdenijiomikgadejhkdkacj
URL Ufficiale https://chromewebstore.google.com/detail/internet-traffic-signal/effgbafpgcdenijiomikgadejhkdkacj
Descrizione Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.
Dimensione del File 24.84 KB
Conteggio Installazioni 684
Versione Corrente 3.1
Ultimo Aggiornamento 2018-09-27
Data di Pubblicazione 2018-09-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore imlcteam
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}