SQL Parser

SQL Chrome extension.

什么是SQL Parser?

SQL Parser是由peifengstudio开发的Chrome扩展程序,该扩展的主要功能是“SQL Chrome extension.”。

扩展截图

screenshot
screenshot

下载SQL Parser扩展crx文件

下载SQL Parser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        SQL Parser is a handy Chrome extension that allows you to automatically extract all table names used in an SQL query. Simply input your SQL language code, and the extension will quickly analyze and parse the code, identifying all the table names mentioned in the query. This can greatly speed up your workflow when working with SQL databases, as you no longer need to manually search for and extract table names from complex queries. With SQL Parser, you can efficiently analyze and understand your SQL code, making database development and debugging easier and more efficient.                    

扩展基本信息

名称 SQL Parser SQL Parser
ID dpoffgfkempikefaelmgadamnipdpkfo
官方URL https://chromewebstore.google.com/detail/sql-parser/dpoffgfkempikefaelmgadamnipdpkfo
简介 SQL Chrome extension.
文件大小 21.58 KB
安装次数 78
当前版本 1.0
更新时间 2023-04-16
上架时间 2023-04-16
评分 4.00/5 共1次评分
开发者 peifengstudio
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SQL Parser",
    "description": "SQL Chrome extension.",
    "version": "1.0",
    "icons": {
        "128": "sql.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}