SQLite Explorer
View in memory SQLite databases and tables
SQLite Explorerとは何ですか?
SQLite Explorerはgaganjot07によって開発されたChromeの拡張機能で、その主な機能は「View in memory SQLite databases and tables」です。
拡張機能のスクリーンショット
SQLite Explorer拡張機能のCRXファイルをダウンロード
SQLite Explorer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides GUI to view Data and run queries on SQLite Web database instances used by any website for developer debugging and analytics purpose using Chrome Devtools. SQLite Explorer only works with in-browser web SQLite database sql.js https://github.com/sql-js/sql.js/ Steps - Open Chrome Devtools window and go to the tab 'SQLite Explorer' - Configure the connection using the Configuration dialog. - Then click on the Connect button to load the list of tables in the database. - Right click on any table to see more options (Open, Delete, etc) - Alternatively click on the New Query button to execute your own query. Update: Version 1.2.0 - New Context menu - 'Script as' opens a new tab with select query already filled in that can be tweaked if needed, thus saving some manual typing. - Layout fixes
拡張機能の基本情報
名前 | SQLite Explorer |
ID | lefjpjkijgpdfmapohighokjlhfndggl |
公式URL | https://chromewebstore.google.com/detail/sqlite-explorer/lefjpjkijgpdfmapohighokjlhfndggl |
説明 | View in memory SQLite databases and tables |
ファイルサイズ | 272 KB |
インストール数 | 335 |
現在のバージョン | 1.2.0 |
最終更新日 | 2022-07-07 |
公開日 | 2022-04-12 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | gaganjot07 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SQLite Explorer", "description": "View in memory SQLite databases and tables", "version": "1.2.0", "manifest_version": 3, "background": { "service_worker": "js\/background.js" }, "permissions": [], "host_permissions": [ " |