click-to-react-component

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

Hvad er click-to-react-component?

click-to-react-component er en Chrome-udvidelse udviklet af zxf4399, og dens hovedfunktion er "Option+Click React components in your browser to instantly open the source in VS Code".

Udvidelsesskærmbilleder

screenshot

Download click-to-react-component-udvidelses-CRX-fil

Download click-to-react-component-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn click-to-react-component click-to-react-component
ID hmoomadkkobiojipanpclopcldafcaih
Officiel URL https://chromewebstore.google.com/detail/click-to-react-component/hmoomadkkobiojipanpclopcldafcaih
Beskrivelse Option+Click React components in your browser to instantly open the source in VS Code
Filstørrelse 79.5 KB
Antal Installationer 353
Nuværende Version 1.0.3
Senest Opdateret 2022-11-03
Udgivelsesdato 2022-11-03
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler zxf4399
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/zxf4399/click-to-react-component
Understøttede Sprog 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"
            ]
        }
    ]
}