IdFinder

It's unique chrome extension that get all id in a webpage and show them in a popup

Cos'è IdFinder?

IdFinder è un'estensione di Chrome sviluppata da VarP, e la sua funzione principale è "It's unique chrome extension that get all id in a webpage and show them in a popup".

Scarica il file CRX dell'estensione IdFinder

Scarica i file di estensione IdFinder 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

                        It's unique chrome extension that get id and show them in a popup.
Search all id in all webpages and if you click on id highlight a element of div.
Is thinked for a google tag manager.
Highlight in red all duplicated ids.

Is the same for all classes. Try to change tab.                    

Informazioni di Base sull'Estensione

Nome IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
URL Ufficiale https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc
Descrizione It's unique chrome extension that get all id in a webpage and show them in a popup
Dimensione del File 859 KB
Conteggio Installazioni 47
Versione Corrente 1.8
Ultimo Aggiornamento 2017-05-22
Data di Pubblicazione 2017-05-22
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore VarP
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://pasqualedelucia.netsons.org
URL della Pagina di Aiuto http://pasqualedelucia.netsons.org
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IdFinder",
    "version": "1.8",
    "manifest_version": 2,
    "description": "It's unique chrome extension that get all id in a webpage and show them in a popup",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}