IdFinder

It's unique chrome extension that get all id in a webpage and show them in a popup

IdFinderคืออะไร?

IdFinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VarP และคุณลักษณะหลักของมันคือ "It's unique chrome extension that get all id in a webpage and show them in a popup"

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

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

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

                        It's unique chrome extension that get id and show them in a popup.
Search all id in all webpages and if you click on id highlight a element of div.
Is thinked for a google tag manager.
Highlight in red all duplicated ids.

Is the same for all classes. Try to change tab.                    

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

ชื่อ IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc
คำอธิบาย It's unique chrome extension that get all id in a webpage and show them in a popup
ขนาดไฟล์ 859 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2017-05-22
วันที่เผยแพร่ 2017-05-22
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา VarP
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://pasqualedelucia.netsons.org
URL หน้าช่วยเหลือ http://pasqualedelucia.netsons.org
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IdFinder",
    "version": "1.8",
    "manifest_version": 2,
    "description": "It's unique chrome extension that get all id in a webpage and show them in a popup",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}