SQL Parser

SQL Chrome extension.

What is SQL Parser?

SQL Parser is a Chrome extension developed by peifengstudio, and its main feature is "SQL Chrome extension.".

Extension Screenshots

screenshot
screenshot

Download SQL Parser Extension CRX File

Download SQL Parser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SQL Parser SQL Parser
ID dpoffgfkempikefaelmgadamnipdpkfo
Official URL https://chromewebstore.google.com/detail/sql-parser/dpoffgfkempikefaelmgadamnipdpkfo
Description SQL Chrome extension.
File Size 21.58 KB
Installation Count 78
Current Version 1.0
Last Updated 2023-04-16
Publish Date 2023-04-16
Rating 4.00/5 Total 1 Ratings
Developer peifengstudio
Email [email protected]
Payment Type free
Supported Languages 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": []
}