click-to-react-component
Option+Click React components in your browser to instantly open the source in VS Code
What is click-to-react-component?
click-to-react-component is a Chrome extension developed by zxf4399, and its main feature is "Option+Click React components in your browser to instantly open the source in VS Code".
Extension Screenshots
Download click-to-react-component Extension CRX File
Download click-to-react-component extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | hmoomadkkobiojipanpclopcldafcaih |
| Official URL | https://chromewebstore.google.com/detail/click-to-react-component/hmoomadkkobiojipanpclopcldafcaih |
| Description | Option+Click React components in your browser to instantly open the source in VS Code |
| File Size | 79.5 KB |
| Installation Count | 353 |
| Current Version | 1.0.3 |
| Last Updated | 2022-11-03 |
| Publish Date | 2022-11-03 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | zxf4399 |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/zxf4399/click-to-react-component |
| Supported Languages | 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"
]
}
]
} | |