click-to-react-component
Option+Click React components in your browser to instantly open the source in VS Code
click-to-react-component là gì?
click-to-react-component là một tiện ích mở rộng Chrome được phát triển bởi zxf4399, và tính năng chính của nó là "Option+Click React components in your browser to instantly open the source in VS Code".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng click-to-react-component
Tải xuống các tệp mở rộng click-to-react-component dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | click-to-react-component |
ID | hmoomadkkobiojipanpclopcldafcaih |
URL Chính Thức | https://chromewebstore.google.com/detail/click-to-react-component/hmoomadkkobiojipanpclopcldafcaih |
Mô tả | Option+Click React components in your browser to instantly open the source in VS Code |
Kích Thước Tệp | 79.5 KB |
Số Lần Cài Đặt | 353 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2022-11-03 |
Ngày Phát Hành | 2022-11-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | zxf4399 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/zxf4399/click-to-react-component |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |