HTML Object Finder

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

Apa itu HTML Object Finder?

HTML Object Finder adalah ekstensi Chrome yang dikembangkan oleh http://price-logic.com, dan fitur utamanya adalah "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi HTML Object Finder

Unduh file ekstensi HTML Object Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Easily find objects or object groups in HTML code                    

Informasi Dasar Ekstensi

Nama HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
URL Resmi https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
Deskripsi Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
Ukuran File 81.71 KB
Jumlah Instalasi 206
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-05-24
Tanggal Publikasi 2017-05-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://price-logic.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
}