sqlchart

visualize and edit sqlite-database as 2d-charts

What is sqlchart?

sqlchart is a Chrome extension developed by kaizhu256, and its main feature is "visualize and edit sqlite-database as 2d-charts".

Extension Screenshots

screenshot
screenshot
screenshot

Download sqlchart Extension CRX File

Download sqlchart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        features:
- visualize sqlite-database as 2d-charts
- open and save sqlite-database
- gui to explore/edit/query sqlite-tables
- import/export sqlite-tables to/from csv                    

Extension Basic Information

Name sqlchart sqlchart
ID blcldjpklomndjbbafaloncnlchlgkgf
Official URL https://chromewebstore.google.com/detail/sqlchart/blcldjpklomndjbbafaloncnlchlgkgf
Description visualize and edit sqlite-database as 2d-charts
File Size 2.28 MB
Installation Count 26
Current Version 2021.4.6
Last Updated 2021-04-08
Publish Date 2021-01-24
Rating 5.00/5 Total 5 Ratings
Developer kaizhu256
Email [email protected]
Payment Type free
Extension Website https://github.com/kaizhu256/sqlchart
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "description": "visualize and edit sqlite-database as 2d-charts",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon128.png",
        "128": "icon128.png",
        "256": "icon128.png"
    },
    "manifest_version": 2,
    "name": "sqlchart",
    "offline_enabled": true,
    "version": "2021.4.6"
}