SQL Parser
SQL Chrome extension.
SQL Parserとは何ですか?
SQL Parserはpeifengstudioによって開発されたChromeの拡張機能で、その主な機能は「SQL Chrome extension.」です。
拡張機能のスクリーンショット
SQL Parser拡張機能のCRXファイルをダウンロード
SQL Parser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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": [] } |