Cypress Object Finder

Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects

Τι είναι το Cypress Object Finder;

Το Cypress Object Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον monirul.sk, και η κύρια λειτουργία του είναι "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cypress Object Finder

Λήψη αρχείων επέκτασης Cypress Object Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Cypress Object Finder - helps to build cypress test building                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cypress Object Finder Cypress Object Finder
ID mlbenhbephfijefckjjecmkigbgncohc
Επίσημο URL https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc
Περιγραφή Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
Μέγεθος Αρχείου 41.2 KB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2022-09-21
Ημερομηνία Δημοσίευσης 2022-09-21
Προγραμματιστής monirul.sk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cypress Object Finder",
    "version": "1.2",
    "manifest_version": 3,
    "description": "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects",
    "action": {
        "default_icon": "cof.png",
        "default_title": "Cypress Object Finder",
        "default_popup": "object_finder.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}