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"
            ]
        }
    ]
}