Show IDs

This extension lets you see all the elements that have IDs on a page

ما هو Show IDs؟

Show IDs هو إضافة Chrome تم تطويرها بواسطة sean.whitehead، والميزة الرئيسية لها هي "This extension lets you see all the elements that have IDs on a page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Show IDs

قم بتنزيل ملفات الامتداد Show IDs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension lets you see all the elements that have IDs on a page                    

معلومات أساسية عن التمديد

الاسم Show IDs Show IDs
ID hiindfmgljampomgiacjkjbaieigeajd
عنوان URL الرسمي https://chromewebstore.google.com/detail/show-ids/hiindfmgljampomgiacjkjbaieigeajd
الوصف This extension lets you see all the elements that have IDs on a page
حجم الملف 7.67 KB
عدد التثبيتات 166
النسخة الحالية 1.0
آخر تحديث 2019-06-23
تاريخ النشر 2019-06-17
المطور sean.whitehead
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show IDs",
    "version": "1.0",
    "icons": {
        "128": "show-ids-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Show IDs",
        "default_popup": "popup.html",
        "default_icon": "show-ids-icon.png"
    }
}