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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة click-to-react-component
قم بتنزيل ملفات الامتداد click-to-react-component بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان 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" ] } ] } |