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
官方網址 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": []
}