SQL Parser
SQL Chrome extension.
Co to jest SQL Parser?
SQL Parser to rozszerzenie Chrome opracowane przez peifengstudio, a jego główną funkcją jest „SQL Chrome extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SQL Parser
Pobierz pliki rozszerzeń SQL Parser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | SQL Parser |
ID | dpoffgfkempikefaelmgadamnipdpkfo |
Oficjalny URL | https://chromewebstore.google.com/detail/sql-parser/dpoffgfkempikefaelmgadamnipdpkfo |
Opis | SQL Chrome extension. |
Rozmiar pliku | 21.58 KB |
Liczba instalacji | 78 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-04-16 |
Data Publikacji | 2023-04-16 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | peifengstudio |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |