Thinlabs Kiosk
Thinlabs Chrome Kiosk extension
Thinlabs Kiosk क्या है?
Thinlabs Kiosk https://store.thinlabs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Thinlabs Chrome Kiosk extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Thinlabs Kiosk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Thinlabs Kiosk extension for Chrome browsers allows a single URL or multiple URLs that are specified in the extension settings to open in a fullscreen kiosk mode. Multiple tabs are displayed on a tab bar if more than one url is specified in the extension options. The extension options page can be password protected. The same password is used to prevent the users from closing the kiosk mode browser. To start chrome in iosk mode create a shortcut with the --kiosk switch ( "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk ) and place it in the startup folder. For additional information, technical support, and feature requests please contact us: https://www.thinlabs.com/content/contact-us
एक्सटेंशन की मूल जानकारी
नाम | Thinlabs Kiosk |
ID | bjjjdfkmchhojjkgbnhhlpoaeehpjjhi |
आधिकारिक URL | https://chromewebstore.google.com/detail/thinlabs-kiosk/bjjjdfkmchhojjkgbnhhlpoaeehpjjhi |
विवरण | Thinlabs Chrome Kiosk extension |
फ़ाइल का आकार | 193 KB |
स्थापना संख्या | 3,189 |
वर्तमान संस्करण | 1.0.30 |
अंतिम अपडेट | 2022-08-30 |
प्रकाशन तिथि | 2020-05-30 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://store.thinlabs.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.thinlabs.com/ |
सहायता पृष्ठ URL | https://www.thinlabs.com/content/contact-us |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thinlabs Kiosk", "short_name": "TL Kiosk", "description": "Thinlabs Chrome Kiosk extension", "version": "1.0.30", "author": "Thinlabs", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "persistent": false, "scripts": [ "js\/jquery-3.5.0.min.js", "js\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "persistent": true, "js": [ "js\/jquery-3.5.0.min.js", "js\/jquery-ui.min.js", "js\/contents.js" ], "css": [ "css\/contents.css" ], "matches": [ " |