Show IDs

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

Cos'è Show IDs?

Show IDs è un'estensione di Chrome sviluppata da sean.whitehead, e la sua funzione principale è "This extension lets you see all the elements that have IDs on a page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Show IDs

Scarica i file di estensione Show IDs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Show IDs Show IDs
ID hiindfmgljampomgiacjkjbaieigeajd
URL Ufficiale https://chromewebstore.google.com/detail/show-ids/hiindfmgljampomgiacjkjbaieigeajd
Descrizione This extension lets you see all the elements that have IDs on a page
Dimensione del File 7.67 KB
Conteggio Installazioni 166
Versione Corrente 1.0
Ultimo Aggiornamento 2019-06-23
Data di Pubblicazione 2019-06-17
Sviluppatore sean.whitehead
Tipo di Pagamento free
Lingue Supportate 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"
    }
}