SQL Format
A chrome plugin to format your SQL code
SQL Format क्या है?
SQL Format omangi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome plugin to format your SQL code"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SQL Format एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |