Duplicate ID Finder
Finds all duplicate HTML IDs on the current page
Apa itu Duplicate ID Finder?
Duplicate ID Finder adalah ekstensi Chrome yang dikembangkan oleh pierre-jean, dan fitur utamanya adalah "Finds all duplicate HTML IDs on the current page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Duplicate ID Finder
Unduh file ekstensi Duplicate ID Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Duplicate ID Finder |
ID | ccebcgdpeapmjmihiaaoacmacbbpjagp |
URL Resmi | https://chromewebstore.google.com/detail/duplicate-id-finder/ccebcgdpeapmjmihiaaoacmacbbpjagp |
Deskripsi | Finds all duplicate HTML IDs on the current page |
Ukuran File | 528 KB |
Jumlah Instalasi | 308 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2023-02-27 |
Tanggal Publikasi | 2023-02-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | pierre-jean |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |