HTML ID Finder

Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.

ما هو HTML ID Finder؟

HTML ID Finder هو إضافة Chrome تم تطويرها بواسطة mateuskuritza، والميزة الرئيسية لها هي "Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.".

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

screenshot

تحميل ملف CRX للإضافة HTML ID Finder

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

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

                        Have you ever needed to find HTML element IDs for some reason? Find them quickly and easily.                    

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

الاسم HTML ID Finder HTML ID Finder
ID djemnfgdmmgopgnhcodpjhjjlfkoeano
عنوان URL الرسمي https://chromewebstore.google.com/detail/html-id-finder/djemnfgdmmgopgnhcodpjhjjlfkoeano
الوصف Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.
حجم الملف 10.49 KB
عدد التثبيتات 49
النسخة الحالية 0.0.0.1
آخر تحديث 2023-04-04
تاريخ النشر 2023-04-03
المطور mateuskuritza
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML ID Finder",
    "description": "Switch extension on\/off with CTRL + B. Easily locate the ID values of elements on any webpage.",
    "version": "0.0.0.1",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ]
}