Thinlabs Kiosk
Thinlabs Chrome Kiosk extension
ما هو Thinlabs Kiosk؟
Thinlabs Kiosk هو إضافة Chrome تم تطويرها بواسطة https://store.thinlabs.com، والميزة الرئيسية لها هي "Thinlabs Chrome Kiosk extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Thinlabs Kiosk
قم بتنزيل ملفات الامتداد Thinlabs Kiosk بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | 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": [ " |