LocatorJS
LocatorJS Chrome Extension - option-click to code (ReactJS)
什么是LocatorJS?
LocatorJS是由https://locatorjs.com开发的Chrome扩展程序,该扩展的主要功能是“LocatorJS Chrome Extension - option-click to code (ReactJS)”。
扩展截图
下载LocatorJS扩展crx文件
下载LocatorJS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click on any component in the browser to open its code in your IDE.
Supports React, Preact and SolidJS components.
Select your IDE, and then use option-click or alt-click on any website with supported components.
ReactJS works in most localhost environments out-of-the-box.
Preact, SolidJS and some ReactJS stacks require installation of babel plugin, more info on www.locatorjs.com
Extension is completely open-source and available on https://github.com/infi-pc/locatorjs 扩展基本信息
| 名称 | |
| ID | npbfdllefekhdplbkdigpncggmojpefi |
| 官方URL | https://chromewebstore.google.com/detail/locatorjs/npbfdllefekhdplbkdigpncggmojpefi |
| 简介 | LocatorJS Chrome Extension - option-click to code (ReactJS) |
| 文件大小 | 188 KB |
| 安装次数 | 28,491 |
| 当前版本 | 1.3.1 |
| 更新时间 | 2023-11-20 |
| 上架时间 | 2022-05-07 |
| 评分 | 4.27/5 共49次评分 |
| 开发者 | https://locatorjs.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "LocatorJS Chrome Extension - option-click to code (ReactJS)",
"version": "1.3.1",
"manifest_version": 3,
"name": "LocatorJS",
"icons": {
"128": "icon-128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"content_scripts": [
{
"matches": [
" | |