React test selectors extensions

Extensions for building and watching selectors for react

What is React test selectors extensions?

React test selectors extensions is a Chrome extension developed by Unknown, and its main feature is "Extensions for building and watching selectors for react".

Extension Screenshots

screenshot
screenshot

Download React test selectors extensions Extension CRX File

Download React test selectors extensions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name React test selectors extensions React test selectors extensions
ID idkhibimkohnbdblccblmbjooacpbieg
Official URL https://chromewebstore.google.com/detail/react-test-selectors-exte/idkhibimkohnbdblccblmbjooacpbieg
Description Extensions for building and watching selectors for react
File Size 946 KB
Installation Count 38
Current Version 0.1
Last Updated 2021-11-03
Publish Date 2021-11-03
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages 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:;"
}