SQL Parser

SQL Chrome extension.

SQL Parser क्या है?

SQL Parser peifengstudio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SQL Chrome extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SQL Parser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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