click-to-react-component

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

Was ist click-to-react-component?

click-to-react-component ist eine Chrome-Erweiterung, die von zxf4399 entwickelt wurde, und ihr Hauptmerkmal ist "Option+Click React components in your browser to instantly open the source in VS Code".

Erweiterungsscreenshots

screenshot

click-to-react-component-Erweiterungs-CRX-Datei herunterladen

Laden Sie click-to-react-component-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name click-to-react-component click-to-react-component
ID hmoomadkkobiojipanpclopcldafcaih
Offizielle URL https://chromewebstore.google.com/detail/click-to-react-component/hmoomadkkobiojipanpclopcldafcaih
Beschreibung Option+Click React components in your browser to instantly open the source in VS Code
Dateigröße 79.5 KB
Installationsanzahl 353
Aktuelle Version 1.0.3
Letztes Update 2022-11-03
Veröffentlichungsdatum 2022-11-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler zxf4399
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/zxf4399/click-to-react-component
Unterstützte Sprachen 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"
            ]
        }
    ]
}