HTML Object Finder

Find Objects - id, name and custom attributes highlighted in different colors for easier test automation

ما هو HTML Object Finder؟

HTML Object Finder هو إضافة Chrome تم تطويرها بواسطة http://price-logic.com، والميزة الرئيسية لها هي "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation".

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

screenshot

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

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

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

                        Easily find objects or object groups in HTML code                    

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

الاسم HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
الوصف Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
حجم الملف 81.71 KB
عدد التثبيتات 206
النسخة الحالية 1.0
آخر تحديث 2017-05-24
تاريخ النشر 2017-05-24
تقييم 5.00/5 مجموع تقييمات 1
المطور http://price-logic.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "object_finder.html",
        "default_title": "HTML Object Finder"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation",
    "manifest_version": 2,
    "name": "HTML Object Finder",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}