React test selectors extensions

Extensions for building and watching selectors for react

什么是React test selectors extensions?

React test selectors extensions是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Extensions for building and watching selectors for react”。

扩展截图

screenshot
screenshot

下载React test selectors extensions扩展crx文件

下载React test selectors extensions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 React test selectors extensions React test selectors extensions
ID idkhibimkohnbdblccblmbjooacpbieg
官方URL https://chromewebstore.google.com/detail/react-test-selectors-exte/idkhibimkohnbdblccblmbjooacpbieg
简介 Extensions for building and watching selectors for react
文件大小 946 KB
安装次数 38
当前版本 0.1
更新时间 2021-11-03
上架时间 2021-11-03
评分 5.00/5 共1次评分
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
支持的语言 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:;"
}