Duplicate ID Finder
Finds all duplicate HTML IDs on the current page
Duplicate ID Finderคืออะไร?
Duplicate ID Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pierre-jean และคุณลักษณะหลักของมันคือ "Finds all duplicate HTML IDs on the current page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duplicate ID Finder
ดาวน์โหลดไฟล์ส่วนขยาย Duplicate ID Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension simplifies the detection of duplicate HTML IDs on webpages, making it easier for web developers to identify and resolve issues related to CSS and HTML.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Duplicate ID Finder |
ID | ccebcgdpeapmjmihiaaoacmacbbpjagp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/duplicate-id-finder/ccebcgdpeapmjmihiaaoacmacbbpjagp |
คำอธิบาย | Finds all duplicate HTML IDs on the current page |
ขนาดไฟล์ | 528 KB |
จำนวนการติดตั้ง | 308 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2023-02-27 |
วันที่เผยแพร่ | 2023-02-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | pierre-jean |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duplicate ID Finder", "version": "1.5", "description": "Finds all duplicate HTML IDs on the current page", "manifest_version": 3, "icons": { "32": "icon-32.png", "128": "icon-128.png", "512": "icon-512.png" }, "action": { "default_icon": { "32": "icon-32.png", "128": "icon-128.png", "512": "icon-512.png" }, "default_title": "Duplicate ID Finder", "badge": { "color": [ 0, 0, 255, 0 ], "text": "0" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ " |