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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย imlcteam และคุณลักษณะหลักของมันคือ "Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Internet Traffic Signal
ดาวน์โหลดไฟล์ส่วนขยาย 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\/" ] } |