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! 擴展基本資訊
| 名稱 | |
| ID | effgbafpgcdenijiomikgadejhkdkacj |
| 官方網址 | 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\/"
]
} | |