HTML Object Finder

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

Qu'est-ce que HTML Object Finder ?

HTML Object Finder est une extension Chrome développée par http://price-logic.com, et sa fonction principale est "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HTML Object Finder

Téléchargez les fichiers d'extension HTML Object Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Easily find objects or object groups in HTML code                    

Informations de Base sur l'Extension

Nom HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
URL Officiel https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
Description Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
Taille du Fichier 81.71 KB
Nombre d'Installations 206
Version Actuelle 1.0
Dernière Mise à Jour 2017-05-24
Date de Publication 2017-05-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://price-logic.com
Type de Paiement free
Langues Prises en Charge 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"
}