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.
What is Internet Traffic Signal?
Internet Traffic Signal is a Chrome extension developed by imlcteam, and its main feature is "Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.".
Extension Screenshots
Download Internet Traffic Signal Extension CRX File
Download Internet Traffic Signal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A light indicating the status of your network connection!
Extension Basic Information
Name | Internet Traffic Signal |
ID | effgbafpgcdenijiomikgadejhkdkacj |
Official URL | https://chromewebstore.google.com/detail/internet-traffic-signal/effgbafpgcdenijiomikgadejhkdkacj |
Description | Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection. |
File Size | 24.84 KB |
Installation Count | 684 |
Current Version | 3.1 |
Last Updated | 2018-09-27 |
Publish Date | 2018-09-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | imlcteam |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |