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 to jest Internet Traffic Signal?
Internet Traffic Signal to rozszerzenie Chrome opracowane przez imlcteam, a jego główną funkcją jest „Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Internet Traffic Signal
Pobierz pliki rozszerzeń Internet Traffic Signal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A light indicating the status of your network connection! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | effgbafpgcdenijiomikgadejhkdkacj |
| Oficjalny URL | https://chromewebstore.google.com/detail/internet-traffic-signal/effgbafpgcdenijiomikgadejhkdkacj |
| Opis | Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection. |
| Rozmiar pliku | 24.84 KB |
| Liczba instalacji | 684 |
| Aktualna Wersja | 3.1 |
| Ostatnia Aktualizacja | 2018-09-27 |
| Data Publikacji | 2018-09-26 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | imlcteam |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/"
]
} | |