IdFinder

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

Apa itu IdFinder?

IdFinder adalah ekstensi Chrome yang dikembangkan oleh VarP, dan fitur utamanya adalah "It's unique chrome extension that get all id in a webpage and show them in a popup".

Unduh Berkas CRX Ekstensi IdFinder

Unduh file ekstensi IdFinder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
URL Resmi https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc
Deskripsi It's unique chrome extension that get all id in a webpage and show them in a popup
Ukuran File 859 KB
Jumlah Instalasi 47
Versi Saat Ini 1.8
Terakhir Diperbarui 2017-05-22
Tanggal Publikasi 2017-05-22
Penilaian 4.50/5 Total 4 Penilaian
Pengembang VarP
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://pasqualedelucia.netsons.org
URL Halaman Bantuan http://pasqualedelucia.netsons.org
Bahasa yang Didukung 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",
        ""
    ]
}