IdFinder

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

IdFinder क्या है?

IdFinder VarP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's unique chrome extension that get all id in a webpage and show them in a popup"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IdFinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
आधिकारिक URL https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc
विवरण It's unique chrome extension that get all id in a webpage and show them in a popup
फ़ाइल का आकार 859 KB
स्थापना संख्या 47
वर्तमान संस्करण 1.8
अंतिम अपडेट 2017-05-22
प्रकाशन तिथि 2017-05-22
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर VarP
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://pasqualedelucia.netsons.org
सहायता पृष्ठ URL http://pasqualedelucia.netsons.org
समर्थित भाषाएँ 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",
        ""
    ]
}