SQLite Reader

Easily browse, edit and manage SQLite database inside your browser!

什么是SQLite Reader?

SQLite Reader是由https://sqlreader.freebusinessapps.net开发的Chrome扩展程序,该扩展的主要功能是“Easily browse, edit and manage SQLite database inside your browser!”。

扩展截图

screenshot

下载SQLite Reader扩展crx文件

下载SQLite Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        SQLite Reader is an extension that help you easily browse, edit and render SQLite database.

On our web-site you can easily load SQLite database from your PC or from your Google Drive edit your db and save files on your PC or right on your Google Drive without saving it onto your desktop.

All operations available right in your browser!

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

扩展基本信息

名称 SQLite Reader SQLite Reader
ID clpnhenadbibdbfendahnlakkcpocmej
官方URL https://chromewebstore.google.com/detail/sqlite-reader/clpnhenadbibdbfendahnlakkcpocmej
简介 Easily browse, edit and manage SQLite database inside your browser!
文件大小 969 KB
安装次数 2,468
当前版本 1.0.4
更新时间 2020-03-31
上架时间 2020-03-31
评分 4.00/5 共2次评分
开发者 https://sqlreader.freebusinessapps.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sqlreader.freebusinessapps.net
隐私政策页面URL https://www.freebusinessapps.net/privacy
支持的语言 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "container": [
        "GOOGLE_DRIVE"
    ],
    "permissions": [
        "storage",
        "https:\/\/*.freebusinessapps.net\/*"
    ],
    "short_name": "sql-reader",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "https:\/\/sqlreader.freebusinessapps.net",
    "browser_action": {
        "default_title": "__MSG_app_name__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}