Show IDs

This extension lets you see all the elements that have IDs on a page

Co to jest Show IDs?

Show IDs to rozszerzenie Chrome opracowane przez sean.whitehead, a jego główną funkcją jest „This extension lets you see all the elements that have IDs on a page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Show IDs

Pobierz pliki rozszerzeń Show IDs 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 lets you see all the elements that have IDs on a page                    

Podstawowe informacje o rozszerzeniu

Nazwa Show IDs Show IDs
ID hiindfmgljampomgiacjkjbaieigeajd
Oficjalny URL https://chromewebstore.google.com/detail/show-ids/hiindfmgljampomgiacjkjbaieigeajd
Opis This extension lets you see all the elements that have IDs on a page
Rozmiar pliku 7.67 KB
Liczba instalacji 166
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-06-23
Data Publikacji 2019-06-17
Deweloper sean.whitehead
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show IDs",
    "version": "1.0",
    "icons": {
        "128": "show-ids-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Show IDs",
        "default_popup": "popup.html",
        "default_icon": "show-ids-icon.png"
    }
}