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.
O que é Internet Traffic Signal?
Internet Traffic Signal é uma extensão do Chrome desenvolvida por imlcteam, e sua principal característica é "Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Internet Traffic Signal
Baixe arquivos de extensão Internet Traffic Signal no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A light indicating the status of your network connection!
Informações Básicas da Extensão
Nome | Internet Traffic Signal |
ID | effgbafpgcdenijiomikgadejhkdkacj |
URL Oficial | https://chromewebstore.google.com/detail/internet-traffic-signal/effgbafpgcdenijiomikgadejhkdkacj |
Descrição | Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection. |
Tamanho do Arquivo | 24.84 KB |
Contagem de Instalações | 684 |
Versão Atual | 3.1 |
Última Atualização | 2018-09-27 |
Data de Publicação | 2018-09-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | imlcteam |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/" ] } |