Inspect Devices

Simple silly link to Inspector Devices.

Inspect Devicesคืออะไร?

Inspect Devices เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Juan Carlos De Román และคุณลักษณะหลักของมันคือ "Simple silly link to Inspector Devices."

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

screenshot

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

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

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

                        This is a simple silly link to Inspector Devices of Chrome that i made for make my life more easy.

Great help for fast debuggin of responsive Webs on phone or PhoneGap / Cordova Apps.                    

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

ชื่อ Inspect Devices Inspect Devices
ID pjpobmgdbnbegggcdgbljfgplleejmkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inspect-devices/pjpobmgdbnbegggcdgbljfgplleejmkb
คำอธิบาย Simple silly link to Inspector Devices.
ขนาดไฟล์ 11.35 KB
จำนวนการติดตั้ง 8,162
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-12-11
วันที่เผยแพร่ 2015-12-10
คะแนน 4.50/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Juan Carlos De Román
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inspect Devices",
    "version": "1.1",
    "description": "Simple silly link to Inspector Devices.",
    "author": "Juan Carlos De Rom\u00e1n Doblas",
    "browser_action": {
        "name": "Inspect Devices",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon.png"
        },
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}