click-to-react-component
Option+Click React components in your browser to instantly open the source in VS Code
O que é click-to-react-component?
click-to-react-component é uma extensão do Chrome desenvolvida por zxf4399, e sua principal característica é "Option+Click React components in your browser to instantly open the source in VS Code".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão click-to-react-component
Baixe arquivos de extensão click-to-react-component no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 Informações Básicas da Extensão
| Nome | |
| ID | hmoomadkkobiojipanpclopcldafcaih |
| URL Oficial | https://chromewebstore.google.com/detail/click-to-react-component/hmoomadkkobiojipanpclopcldafcaih |
| Descrição | Option+Click React components in your browser to instantly open the source in VS Code |
| Tamanho do Arquivo | 79.5 KB |
| Contagem de Instalações | 353 |
| Versão Atual | 1.0.3 |
| Última Atualização | 2022-11-03 |
| Data de Publicação | 2022-11-03 |
| Classificação | 5.00/5 Total de 1 Avaliações |
| Desenvolvedor | zxf4399 |
| [email protected] | |
| Tipo de Pagamento | free |
| Site da Extensão | https://github.com/zxf4399/click-to-react-component |
| Idiomas Suportados | 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"
]
}
]
} | |