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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browserstack Toolbar Toggle

ดาวน์โหลดไฟล์ส่วนขยาย Browserstack Toolbar Toggle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Browserstack Toolbar Toggle 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"
    }
}