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
官方網址 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:;"
}