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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Useful in K-12, this extension shows green if the device is Internet-connected; red, if not; yellow for only a local connection."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Internet Traffic Signal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |