Duplicate ID Finder
Finds all duplicate HTML IDs on the current page
Co to jest Duplicate ID Finder?
Duplicate ID Finder to rozszerzenie Chrome opracowane przez pierre-jean, a jego główną funkcją jest „Finds all duplicate HTML IDs on the current page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Duplicate ID Finder
Pobierz pliki rozszerzeń Duplicate ID Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Duplicate ID Finder |
ID | ccebcgdpeapmjmihiaaoacmacbbpjagp |
Oficjalny URL | https://chromewebstore.google.com/detail/duplicate-id-finder/ccebcgdpeapmjmihiaaoacmacbbpjagp |
Opis | Finds all duplicate HTML IDs on the current page |
Rozmiar pliku | 528 KB |
Liczba instalacji | 308 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2023-02-27 |
Data Publikacji | 2023-02-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | pierre-jean |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |