IdFinder

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

¿Qué es IdFinder?

IdFinder es una extensión de Chrome desarrollada por VarP, y su función principal es "It's unique chrome extension that get all id in a webpage and show them in a popup".

Descargar Archivo CRX de la Extensión IdFinder

Descarga archivos de extensión IdFinder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
URL Oficial https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc
Descripción It's unique chrome extension that get all id in a webpage and show them in a popup
Tamaño del Archivo 859 KB
Cantidad de Instalaciones 47
Versión Actual 1.8
Última Actualización 2017-05-22
Fecha de Publicación 2017-05-22
Calificación 4.50/5 Total de 4 Calificaciones
Desarrollador VarP
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://pasqualedelucia.netsons.org
URL de la Página de Ayuda http://pasqualedelucia.netsons.org
Idiomas Soportados 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",
        ""
    ]
}