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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}