click-to-react-component
Option+Click React components in your browser to instantly open the source in VS Code
Cos'è click-to-react-component?
click-to-react-component è un'estensione di Chrome sviluppata da zxf4399, e la sua funzione principale è "Option+Click React components in your browser to instantly open the source in VS Code".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione click-to-react-component
Scarica i file di estensione click-to-react-component in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | click-to-react-component |
ID | hmoomadkkobiojipanpclopcldafcaih |
URL Ufficiale | https://chromewebstore.google.com/detail/click-to-react-component/hmoomadkkobiojipanpclopcldafcaih |
Descrizione | Option+Click React components in your browser to instantly open the source in VS Code |
Dimensione del File | 79.5 KB |
Conteggio Installazioni | 353 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2022-11-03 |
Data di Pubblicazione | 2022-11-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | zxf4399 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/zxf4399/click-to-react-component |
Lingue Supportate | 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" ] } ] } |