IdFinder

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

Qu'est-ce que IdFinder ?

IdFinder est une extension Chrome développée par VarP, et sa fonction principale est "It's unique chrome extension that get all id in a webpage and show them in a popup".

Télécharger le fichier CRX de l'extension IdFinder

Téléchargez les fichiers d'extension IdFinder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
URL Officiel https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc
Description It's unique chrome extension that get all id in a webpage and show them in a popup
Taille du Fichier 859 KB
Nombre d'Installations 47
Version Actuelle 1.8
Dernière Mise à Jour 2017-05-22
Date de Publication 2017-05-22
Évaluation 4.50/5 Total 4 Évaluations
Développeur VarP
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://pasqualedelucia.netsons.org
URL de la Page d'Aide http://pasqualedelucia.netsons.org
Langues Prises en Charge 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",
        ""
    ]
}