click-to-react-component
Option+Click React components in your browser to instantly open the source in VS Code
Vad är click-to-react-component?
click-to-react-component är en Chrome-tillägg utvecklad av zxf4399, och dess huvudfunktion är "Option+Click React components in your browser to instantly open the source in VS Code".
Tilläggsskärmbilder
Ladda ner click-to-react-component-förlängningens CRX-fil
Ladda ner click-to-react-component-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | click-to-react-component |
ID | hmoomadkkobiojipanpclopcldafcaih |
Officiell webbadress | https://chromewebstore.google.com/detail/click-to-react-component/hmoomadkkobiojipanpclopcldafcaih |
Beskrivning | Option+Click React components in your browser to instantly open the source in VS Code |
Filstorlek | 79.5 KB |
Antal Installationer | 353 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2022-11-03 |
Publiceringsdatum | 2022-11-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | zxf4399 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/zxf4399/click-to-react-component |
Stödda Språk | 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" ] } ] } |