Browserstack Toolbar Toggle
Toggles the toolbar in Browserstack Live and App-Live
ما هو Browserstack Toolbar Toggle؟
Browserstack Toolbar Toggle هو إضافة Chrome تم تطويرها بواسطة Abhi Singh، والميزة الرئيسية لها هي "Toggles the toolbar in Browserstack Live and App-Live".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Browserstack Toolbar Toggle
قم بتنزيل ملفات الامتداد Browserstack Toolbar Toggle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension provides a workaround to toggle the visibility of the toolbar present on dashboard for Browserstack Live and Browserstack App-Live.
https://github.com/abhi2810/browserstack-toolbar-toggle معلومات أساسية عن التمديد
| الاسم | |
| ID | iebpphcijlhddcmbbnmhgihellmonkbj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/browserstack-toolbar-togg/iebpphcijlhddcmbbnmhgihellmonkbj |
| الوصف | Toggles the toolbar in Browserstack Live and App-Live |
| حجم الملف | 60.5 KB |
| عدد التثبيتات | 292 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2021-04-27 |
| تاريخ النشر | 2021-04-27 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Abhi Singh |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://browserstack.com |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Browserstack Toolbar Toggle",
"manifest_version": 3,
"version": "0.1",
"description": "Toggles the toolbar in Browserstack Live and App-Live",
"action": {
"default_icon": {
"16": "\/images\/browserstack_16.png",
"24": "\/images\/browserstack_24.png",
"32": "\/images\/browserstack_32.png",
"48": "\/images\/browserstack_48.png",
"128": "\/images\/browserstack_128.png"
},
"default_title": "Browserstack toolbar toggle"
},
"author": "Abhi Singh",
"icons": {
"16": "\/images\/browserstack_16.png",
"24": "\/images\/browserstack_24.png",
"32": "\/images\/browserstack_32.png",
"48": "\/images\/browserstack_48.png",
"128": "\/images\/browserstack_128.png"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/live.browserstack.com\/**",
"https:\/\/app-live.browserstack.com\/**"
],
"background": {
"service_worker": "background.js"
}
} | |