Cypress Object Finder

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

Co je Cypress Object Finder?

Cypress Object Finder je rozšíření Chrome vyvinuté monirul.sk, a jeho hlavní funkcí je „Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Cypress Object Finder

Stáhněte si soubory rozšíření Cypress Object Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Cypress Object Finder - helps to build cypress test building                    

Základní Informace o Rozšíření

Název Cypress Object Finder Cypress Object Finder
ID mlbenhbephfijefckjjecmkigbgncohc
Oficiální URL https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc
Popis Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
Velikost souboru 41.2 KB
Počet instalací 36
Aktuální Verze 1.2
Poslední Aktualizace 2022-09-21
Datum Vydání 2022-09-21
Vývojář monirul.sk
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}