SQLite Explorer

View in memory SQLite databases and tables

SQLite Explorer란 무엇입니까?

SQLite Explorer은(는) gaganjot07에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View in memory SQLite databases and tables"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SQLite Explorer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/extension-icon16.png",
            "32": "\/images\/extension-icon32.png",
            "48": "\/images\/extension-icon48.png",
            "128": "\/images\/extension-icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/extension-icon16.png",
        "32": "\/images\/extension-icon32.png",
        "48": "\/images\/extension-icon48.png",
        "128": "\/images\/extension-icon128.png"
    },
    "devtools_page": "pages\/devtools.html"
}