IdFinder

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

Vad är IdFinder?

IdFinder är en Chrome-tillägg utvecklad av VarP, och dess huvudfunktion är "It's unique chrome extension that get all id in a webpage and show them in a popup".

Ladda ner IdFinder-förlängningens CRX-fil

Ladda ner IdFinder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
Officiell webbadress https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc
Beskrivning It's unique chrome extension that get all id in a webpage and show them in a popup
Filstorlek 859 KB
Antal Installationer 47
Aktuell Version 1.8
Senast Uppdaterad 2017-05-22
Publiceringsdatum 2017-05-22
Betyg 4.50/5 Totalt 4 Betyg
Utvecklare VarP
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://pasqualedelucia.netsons.org
Hjälpsida URL http://pasqualedelucia.netsons.org
Stödda Språk 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",
        ""
    ]
}