Inspect Device

A quick link to Inspect Devices

Inspect Deviceคืออะไร?

Inspect Device เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A quick link to Inspect Devices"

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

screenshot

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

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

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

                        Chrome has removed the inspect device option. This provides you a quick link to Inspect device                    

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

ชื่อ Inspect Device Inspect Device
ID jhgcdckilemomflfheldfmgaellengja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inspect-device/jhgcdckilemomflfheldfmgaellengja
คำอธิบาย A quick link to Inspect Devices
ขนาดไฟล์ 38.77 KB
จำนวนการติดตั้ง 579
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-09-12
วันที่เผยแพร่ 2015-09-12
คะแนน 3.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inspect Device",
    "version": "0.1",
    "description": "A quick link to Inspect Devices",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}