HTML Object Finder

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

Vad är HTML Object Finder?

HTML Object Finder är en Chrome-tillägg utvecklad av http://price-logic.com, och dess huvudfunktion är "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation".

Tilläggsskärmbilder

screenshot

Ladda ner HTML Object Finder-förlängningens CRX-fil

Ladda ner HTML Object Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Easily find objects or object groups in HTML code                    

Grundläggande Information om Tillägg

Namn HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
Officiell webbadress https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
Beskrivning Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
Filstorlek 81.71 KB
Antal Installationer 206
Aktuell Version 1.0
Senast Uppdaterad 2017-05-24
Publiceringsdatum 2017-05-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://price-logic.com
Betalningssätt free
Stödda Språk 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"
}