HTML Object Finder

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

Co to jest HTML Object Finder?

HTML Object Finder to rozszerzenie Chrome opracowane przez http://price-logic.com, a jego główną funkcją jest „Find Objects - id, name and custom attributes highlighted in different colors for easier test automation”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HTML Object Finder

Pobierz pliki rozszerzeń HTML Object Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Easily find objects or object groups in HTML code                    

Podstawowe informacje o rozszerzeniu

Nazwa HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
Oficjalny URL https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
Opis Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
Rozmiar pliku 81.71 KB
Liczba instalacji 206
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-05-24
Data Publikacji 2017-05-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://price-logic.com
Typ Płatności free
Obsługiwane Języki 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"
}