IdFinder

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

Wat is IdFinder?

IdFinder is een Chrome-extensie ontwikkeld door VarP, en de belangrijkste functie is "It's unique chrome extension that get all id in a webpage and show them in a popup".

Download het CRX-bestand van de extensie IdFinder

Download IdFinder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
Officiële URL https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc
Beschrijving It's unique chrome extension that get all id in a webpage and show them in a popup
Bestandsgrootte 859 KB
Aantal Installaties 47
Huidige Versie 1.8
Laatst Bijgewerkt 2017-05-22
Publicatiedatum 2017-05-22
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar VarP
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://pasqualedelucia.netsons.org
Help Pagina-URL http://pasqualedelucia.netsons.org
Ondersteunde Talen 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",
        ""
    ]
}