click-to-react-component
Option+Click React components in your browser to instantly open the source in VS Code
Wat is click-to-react-component?
click-to-react-component is een Chrome-extensie ontwikkeld door zxf4399, en de belangrijkste functie is "Option+Click React components in your browser to instantly open the source in VS Code".
Extensie Screenshots
Download het CRX-bestand van de extensie click-to-react-component
Download click-to-react-component-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | click-to-react-component |
ID | hmoomadkkobiojipanpclopcldafcaih |
Officiële URL | https://chromewebstore.google.com/detail/click-to-react-component/hmoomadkkobiojipanpclopcldafcaih |
Beschrijving | Option+Click React components in your browser to instantly open the source in VS Code |
Bestandsgrootte | 79.5 KB |
Aantal Installaties | 353 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2022-11-03 |
Publicatiedatum | 2022-11-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | zxf4399 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/zxf4399/click-to-react-component |
Ondersteunde Talen | 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" ] } ] } |