HTML Object Finder

Find Objects - id, name and custom attributes highlighted in different colors for easier test automation

HTML Object Finderคืออะไร?

HTML Object Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://price-logic.com และคุณลักษณะหลักของมันคือ "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML Object Finder

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

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

                        Easily find objects or object groups in HTML code                    

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

ชื่อ HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
คำอธิบาย Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
ขนาดไฟล์ 81.71 KB
จำนวนการติดตั้ง 206
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-05-24
วันที่เผยแพร่ 2017-05-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://price-logic.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "object_finder.html",
        "default_title": "HTML Object Finder"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation",
    "manifest_version": 2,
    "name": "HTML Object Finder",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}