Web Components Inspector

Web Components Inspector Chrome extension (supports Polymer)

Web Components Inspectorคืออะไร?

Web Components Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bashmish และคุณลักษณะหลักของมันคือ "Web Components Inspector Chrome extension (supports Polymer)"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Components Inspector

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

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

                        Requires Rempl extension to work.
https://chrome.google.com/webstore/detail/rempl/hcikjlholajopgbgfmmlbmifdfbkijdj

This inspector is helpful in finding Web Components on a page and navigating between them.                    

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

ชื่อ Web Components Inspector Web Components Inspector
ID dhghhonjboahenmhpfdnmocbkijjcgdc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/web-components-inspector/dhghhonjboahenmhpfdnmocbkijjcgdc
คำอธิบาย Web Components Inspector Chrome extension (supports Polymer)
ขนาดไฟล์ 595 KB
จำนวนการติดตั้ง 596
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-11-27
วันที่เผยแพร่ 2017-11-27
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา bashmish
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bashmish/web-components-inspector
URL หน้าช่วยเหลือ https://github.com/bashmish/web-components-inspector/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Components Inspector",
    "version": "0.0.2",
    "description": "Web Components Inspector Chrome extension (supports Polymer)",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "page-injector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "publisher.js",
        "subscriber.js"
    ]
}