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.
什么是Internet Traffic Signal?
Internet Traffic Signal是由imlcteam开发的Chrome扩展程序,该扩展的主要功能是“Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection.”。
扩展截图
下载Internet Traffic Signal扩展crx文件
下载Internet Traffic Signal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A light indicating the status of your network connection!
扩展基本信息
名称 | Internet Traffic Signal |
ID | effgbafpgcdenijiomikgadejhkdkacj |
官方URL | https://chromewebstore.google.com/detail/internet-traffic-signal/effgbafpgcdenijiomikgadejhkdkacj |
简介 | Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection. |
文件大小 | 24.84 KB |
安装次数 | 684 |
当前版本 | 3.1 |
更新时间 | 2018-09-27 |
上架时间 | 2018-09-26 |
评分 | 5.00/5 共1次评分 |
开发者 | imlcteam |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/" ] } |