IdFinder

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

What is IdFinder?

IdFinder is a Chrome extension developed by VarP, and its main feature is "It's unique chrome extension that get all id in a webpage and show them in a popup".

Download IdFinder Extension CRX File

Download IdFinder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
Official URL 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
File Size 859 KB
Installation Count 47
Current Version 1.8
Last Updated 2017-05-22
Publish Date 2017-05-22
Rating 4.50/5 Total 4 Ratings
Developer VarP
Email [email protected]
Payment Type free
Extension Website http://pasqualedelucia.netsons.org
Help Page URL http://pasqualedelucia.netsons.org
Supported Languages 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",
        ""
    ]
}