HTML Attribute Value Finder

This extension finds the value of an attribute of an HTML element on the page.

ما هو HTML Attribute Value Finder؟

HTML Attribute Value Finder هو إضافة Chrome تم تطويرها بواسطة Joey Albano، والميزة الرئيسية لها هي "This extension finds the value of an attribute of an HTML element on the page.".

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

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

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

                        Finds the value of HTML attributes on the current page.                    

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

الاسم HTML Attribute Value Finder HTML Attribute Value Finder
ID dpibfajbckgioeeiihpjdgbhdpbdjmfi
عنوان URL الرسمي https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi
الوصف This extension finds the value of an attribute of an HTML element on the page.
حجم الملف 237 KB
عدد التثبيتات 48
النسخة الحالية 2.0
آخر تحديث 2017-12-28
تاريخ النشر 2017-12-27
المطور Joey Albano
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML Attribute Value Finder",
    "description": "This extension finds the value of an attribute of an HTML element on the page.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}