click-to-react-component
Option+Click React components in your browser to instantly open the source in VS Code
Qu'est-ce que click-to-react-component ?
click-to-react-component est une extension Chrome développée par zxf4399, et sa fonction principale est "Option+Click React components in your browser to instantly open the source in VS Code".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension click-to-react-component
Téléchargez les fichiers d'extension click-to-react-component au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | hmoomadkkobiojipanpclopcldafcaih |
| URL Officiel | 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 |
| Taille du Fichier | 79.5 KB |
| Nombre d'Installations | 353 |
| Version Actuelle | 1.0.3 |
| Dernière Mise à Jour | 2022-11-03 |
| Date de Publication | 2022-11-03 |
| Évaluation | 5.00/5 Total 1 Évaluations |
| Développeur | zxf4399 |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/zxf4399/click-to-react-component |
| Langues Prises en Charge | 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"
]
}
]
} | |