SQLite Manager for Google Chrome™

View or edit one or more SQLite databases simultaneously.

SQLite Manager for Google Chrome™란 무엇입니까?

SQLite Manager for Google Chrome™은(는) https://sqlite-manager.freeonlineapps.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View or edit one or more SQLite databases simultaneously."입니다.

확장 프로그램 스크린샷

screenshot

SQLite Manager for Google Chrome™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SQLite Manager allows you to edit/view SQLite databases directly on Google Chrome.
You can read one or multiple SQLite databases and run SQLite commands right in your browser.

★ Main Features of SQLite Database Manager:

✔ Load SQLite database files from your device
- Use the "File" menu to open or create a new SQLite database or simply drop a database into this window.
You can work on several databases. To select the active database use the selector tool in the top right side of the screen.
Work on your database now

✔ Manage your database, using SQL or Math,js commands
- You can run one or more SQLite or Math.js commands in each computational box. To execute the command press the "Enter" key.
To move to the next line without executing the command use "Shift" + "Enter" key combination. Note that each computational box
can either run SQLite or Math.js commands. You are not allowed to mix these two.

✔ Extended help by commands
- Use help("command name") to get more info about each Math.js command (e.g.: help("selected")).
This function is not usable for SQLite commands at the moment.

✔ Build plots of database
- plot: plot one or more arrays. See the Chart.js menu for examples

This software is 100% free and does not require you to pay.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. SQLite Manager is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

확장 프로그램 기본 정보

이름 SQLite Manager for Google Chrome™ SQLite Manager for Google Chrome™
ID pjgijegdlnandbpokomebjakofjlpjpg
공식 URL https://chromewebstore.google.com/detail/sqlite-manager-for-google/pjgijegdlnandbpokomebjakofjlpjpg
설명 View or edit one or more SQLite databases simultaneously.
파일 크기 1.02 MB
설치 횟수 2,694
현재 버전 3.0.0
최근 업데이트 2022-09-21
출시 날짜 2020-05-13
평점 3.00/5 총 7 개의 평점
개발자 https://sqlite-manager.freeonlineapps.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sqlite-manager.freeonlineapps.net
도움말 페이지 URL https://sqlite-manager.freeonlineapps.net/contact
개인정보 보호 정책 페이지 URL https://www.freebusinessapps.net/privacy
지원되는 언어 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,sr,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/sqlmanager.freebusinessapps.net\/",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "256": "data\/icons\/256.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "sandbox": {
        "pages": [
            "data\/manager\/sandbox.html"
        ]
    },
    "short_name": "SQLite manager",
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "19": "data\/icons\/19.png",
            "32": "data\/icons\/32.png",
            "38": "data\/icons\/38.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "__MSG_app_name__"
    }
}