click-to-react-component
Option+Click React components in your browser to instantly open the source in VS Code
什麼是click-to-react-component?
click-to-react-component是由zxf4399開發的Chrome擴展程式,該擴展的主要功能是“Option+Click React components in your browser to instantly open the source in VS Code”。
擴展截圖
下載click-to-react-component擴展crx文件
下載click-to-react-component擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | click-to-react-component |
ID | hmoomadkkobiojipanpclopcldafcaih |
官方網址 | https://chromewebstore.google.com/detail/click-to-react-component/hmoomadkkobiojipanpclopcldafcaih |
簡介 | Option+Click React components in your browser to instantly open the source in VS Code |
檔案大小 | 79.5 KB |
安裝次數 | 353 |
目前版本 | 1.0.3 |
更新時間 | 2022-11-03 |
上架時間 | 2022-11-03 |
評分 | 5.00/5 共 1 次評分 |
開發者 | zxf4399 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/zxf4399/click-to-react-component |
支援的語言 | 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" ] } ] } |