Show IDs

This extension lets you see all the elements that have IDs on a page

Show IDsคืออะไร?

Show IDs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sean.whitehead และคุณลักษณะหลักของมันคือ "This extension lets you see all the elements that have IDs on a page"

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

screenshot

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

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

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

                        This extension lets you see all the elements that have IDs on a page                    

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

ชื่อ Show IDs Show IDs
ID hiindfmgljampomgiacjkjbaieigeajd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/show-ids/hiindfmgljampomgiacjkjbaieigeajd
คำอธิบาย This extension lets you see all the elements that have IDs on a page
ขนาดไฟล์ 7.67 KB
จำนวนการติดตั้ง 166
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-06-23
วันที่เผยแพร่ 2019-06-17
ผู้พัฒนา sean.whitehead
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show IDs",
    "version": "1.0",
    "icons": {
        "128": "show-ids-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Show IDs",
        "default_popup": "popup.html",
        "default_icon": "show-ids-icon.png"
    }
}