click-to-react-component

Option+Click React components in your browser to instantly open the source in VS Code

什么是click-to-react-component?

click-to-react-component是由zxf4399开发的Chrome扩展程序,该扩展的主要功能是“Option+Click React components in your browser to instantly open the source in VS Code”。

扩展截图

screenshot

下载click-to-react-component扩展crx文件

下载click-to-react-component扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Devtool for React 

Option+Click React components in your browser to instantly open the source in VS Code

click-to-react-component is open source project 
https://github.com/zxf4399/click-to-react-component

click-to-react-component is the browser version for https://github.com/ericclemmons/click-to-component thanks ericclemmons for implementing this library                    

扩展基本信息

名称 click-to-react-component click-to-react-component
ID hmoomadkkobiojipanpclopcldafcaih
官方URL https://chromewebstore.google.com/detail/click-to-react-component/hmoomadkkobiojipanpclopcldafcaih
简介 Option+Click React components in your browser to instantly open the source in VS Code
文件大小 79.5 KB
安装次数 353
当前版本 1.0.3
更新时间 2022-11-03
上架时间 2022-11-03
评分 5.00/5 共1次评分
开发者 zxf4399
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/zxf4399/click-to-react-component
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "description": "Option+Click React components in your browser to instantly open the source in VS Code",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "name": "click-to-react-component",
    "version": "1.0.3",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/localhost\/*"
            ],
            "resources": [
                "script.js"
            ]
        }
    ]
}