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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Option+Click React components in your browser to instantly open the source in VS Code"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में click-to-react-component एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
]
}
]
} | |