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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ " |