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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zxf4399 และคุณลักษณะหลักของมันคือ "Option+Click React components in your browser to instantly open the source in VS Code"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย click-to-react-component

ดาวน์โหลดไฟล์ส่วนขยาย 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 click-to-react-component
ID hmoomadkkobiojipanpclopcldafcaih
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}