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
Eメール [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"
            ]
        }
    ]
}