IdFinder

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

Co to jest IdFinder?

IdFinder to rozszerzenie Chrome opracowane przez VarP, a jego główną funkcją jest „It's unique chrome extension that get all id in a webpage and show them in a popup”.

Pobierz plik CRX rozszerzenia IdFinder

Pobierz pliki rozszerzeń IdFinder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
Oficjalny URL https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc
Opis It's unique chrome extension that get all id in a webpage and show them in a popup
Rozmiar pliku 859 KB
Liczba instalacji 47
Aktualna Wersja 1.8
Ostatnia Aktualizacja 2017-05-22
Data Publikacji 2017-05-22
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper VarP
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://pasqualedelucia.netsons.org
Adres URL Strony Pomocy http://pasqualedelucia.netsons.org
Obsługiwane Języki 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",
        ""
    ]
}