SQL Format

A chrome plugin to format your SQL code

ما هو SQL Format؟

SQL Format هو إضافة Chrome تم تطويرها بواسطة omangi، والميزة الرئيسية لها هي "A chrome plugin to format your SQL code".

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

screenshot

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

قم بتنزيل ملفات الامتداد SQL Format بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Features:

Free and easy this extension format and compress your SQL code.

2.2
* Added compress button to format all query to single line (thanks xueming tang for the suggestion) 

2.1 
* Added donate button :)

2.0
* App rewrited in React
* Added options with theme light and dark

1.6
* FIX.

1.5
* FIX.

Change Log
1.4
* NEW: Now has a button to copy (final solution)

1.3
* NEW: Now has a button to copy (temporary solution)

1.2
* FIX.

1.1
* NEW: Reserved words highlighted.

This application use api SQL Format from https://sqlformat.org/ team.
Thank for all !!!                    

معلومات أساسية عن التمديد

الاسم SQL Format SQL Format
ID pdenfccaafflklfjiofedacmilbfpepb
عنوان URL الرسمي https://chromewebstore.google.com/detail/sql-format/pdenfccaafflklfjiofedacmilbfpepb
الوصف A chrome plugin to format your SQL code
حجم الملف 57.12 KB
عدد التثبيتات 3,346
النسخة الحالية 2.2
آخر تحديث 2021-04-09
تاريخ النشر 2016-10-10
تقييم 4.60/5 مجموع تقييمات 15
المطور omangi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Mangierre/sql-format-plugin
عنوان صفحة المساعدة https://github.com/Mangierre/sql-format-plugin
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SQL Format",
    "description": "A chrome plugin to format your SQL code",
    "version": "2.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}