Inspect Devices

A shortcut to open Remote Devices Chrome inspect for connected android devices

Inspect Devicesคืออะไร?

Inspect Devices เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aniket และคุณลักษณะหลักของมันคือ "A shortcut to open Remote Devices Chrome inspect for connected android devices"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inspect Devices

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

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

                        A time saving shortcut to open DevTool's Remote Devices Tab.

Right click and select 'Device Inspector' from context menu to open Developer Tools > Remote Devices.

or

Use shortcut key combination 'Ctrl + Shift + Up (Arrow Key)' to open Developer Tools > Remote Devices                    

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

ชื่อ Inspect Devices Inspect Devices
ID kmhbjbgkpaceeioiadjkfinjbckgckim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inspect-devices/kmhbjbgkpaceeioiadjkfinjbckgckim
คำอธิบาย A shortcut to open Remote Devices Chrome inspect for connected android devices
ขนาดไฟล์ 15.38 KB
จำนวนการติดตั้ง 7,143
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-07-20
วันที่เผยแพร่ 2021-07-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Aniket
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inspect Devices",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "A shortcut to open Remote Devices Chrome inspect for connected android devices",
    "homepage_url": "http:\/\/aniket.co",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "commands": {
        "open-inspect-devices": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up",
                "windows": "Ctrl+Shift+Up",
                "mac": "Command+Shift+Up",
                "linux": "Ctrl+Shift+Up"
            },
            "description": "Open Inspect Devices"
        }
    },
    "permissions": [
        "commands",
        "contextMenus",
        "https:\/\/*\/*, http:\/\/*\/*"
    ]
}