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.
Co je Internet Traffic Signal?
Internet Traffic Signal je rozšíření Chrome vyvinuté imlcteam, a jeho hlavní funkcí je „Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Internet Traffic Signal
Stáhněte si soubory rozšíření Internet Traffic Signal ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A light indicating the status of your network connection!
Základní Informace o Rozšíření
Název | Internet Traffic Signal |
ID | effgbafpgcdenijiomikgadejhkdkacj |
Oficiální URL | https://chromewebstore.google.com/detail/internet-traffic-signal/effgbafpgcdenijiomikgadejhkdkacj |
Popis | Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection. |
Velikost souboru | 24.84 KB |
Počet instalací | 684 |
Aktuální Verze | 3.1 |
Poslední Aktualizace | 2018-09-27 |
Datum Vydání | 2018-09-26 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | imlcteam |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } |