SQL Format
A chrome plugin to format your SQL code
Что такое SQL Format?
SQL Format - это расширение Chrome, разработанное omangi, и его основная функция - "A chrome plugin to format your SQL code".
Снимки экрана расширения
Скачать файл CRX расширения SQL Format
Скачайте файлы расширений SQL Format в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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 |
URL страницы помощи | 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" } |