React test selectors extensions

Extensions for building and watching selectors for react

Cos'è React test selectors extensions?

React test selectors extensions è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Extensions for building and watching selectors for react".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione React test selectors extensions

Scarica i file di estensione React test selectors extensions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Adds tools for building and watching selectors for react-test-selectors library.

It allow to write selector and highlight all components matching this selector. Also it allows inspect React components on a page and view extended information for creating test selectors.                    

Informazioni di Base sull'Estensione

Nome React test selectors extensions React test selectors extensions
ID idkhibimkohnbdblccblmbjooacpbieg
URL Ufficiale https://chromewebstore.google.com/detail/react-test-selectors-exte/idkhibimkohnbdblccblmbjooacpbieg
Descrizione Extensions for building and watching selectors for react
Dimensione del File 946 KB
Conteggio Installazioni 38
Versione Corrente 0.1
Ultimo Aggiornamento 2021-11-03
Data di Pubblicazione 2021-11-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "React test selectors extensions",
    "description": "Extensions for building and watching selectors for react",
    "version": "0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "devtools_page": "devtool.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}