SQL Parser

SQL Chrome extension.

ما هو SQL Parser؟

SQL Parser هو إضافة Chrome تم تطويرها بواسطة peifengstudio، والميزة الرئيسية لها هي "SQL Chrome extension.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة SQL Parser

قم بتنزيل ملفات الامتداد SQL Parser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": []
}