IdFinder

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

ما هو IdFinder؟

IdFinder هو إضافة Chrome تم تطويرها بواسطة VarP، والميزة الرئيسية لها هي "It's unique chrome extension that get all id in a webpage and show them in a popup".

تحميل ملف CRX للإضافة IdFinder

قم بتنزيل ملفات الامتداد IdFinder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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",
        ""
    ]
}