SQLite Editor and Compiler

Run SQL code for immediate preview of tables, columns and values

Τι είναι το SQLite Editor and Compiler;

Το SQLite Editor and Compiler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.mediamaster.eu, και η κύρια λειτουργία του είναι "Run SQL code for immediate preview of tables, columns and values".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SQLite Editor and Compiler

Λήψη αρχείων επέκτασης SQLite Editor and Compiler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A valuable SQLite editor for your Browser Chrome with a useful button to compile the code sql for immediate preview of tables, columns and values.
=======
- Release 2.2.1 - Resize png icons
- Release 2.2.0 - Reorganization of the buttons in the toolbar of the basic editor. The full-screen function is now available for both the basic and advanced editors
- Release 2.1.2 - Fixed bug to import file in basic SQLIte editor 
- Release 2.1.1 - Removed some permissions not required from file manifest of extension
- Release 2.0.1: Open Advanced SQL Editor using context menu or black top button in main page
- Release 1.4.1: CTRL-space key shortcuts to autocomplete SQL statements
- Release 1.4.0: Compile your SQL code as JSON format with advanced validation
== Installation ==
Install component directly in your Browser Chrome and click corresponding icon of the new extension in address bar

- SQLite Highlight code editor with advanced search strings
- Undo and redo
- Search and Replace and Jump to line
- Compilation and code validation and immediate preview of SQLite tables
- Export the database in sqlite and txt
- Import the file in sqlite and txt
- Save results in html and pdf
- Share queries and tables compiled via email
- Release 1.3.2: Added search input in file list
- Release 1.3.0: Added button to export Code to PDF
- Release 1.2.0: Cloud Print code by Google (this function work online) and save project sql in Chrome File System
- Release 1.0.3: Keyboard shortcuts to search and replace string                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SQLite Editor and Compiler SQLite Editor and Compiler
ID gikfdibniklcibhonhhdbnfhkmapibid
Επίσημο URL https://chromewebstore.google.com/detail/sqlite-editor-and-compile/gikfdibniklcibhonhhdbnfhkmapibid
Περιγραφή Run SQL code for immediate preview of tables, columns and values
Μέγεθος Αρχείου 3.69 MB
Αριθμός Εγκαταστάσεων 277
Τρέχουσα Έκδοση 2.2.5
Τελευταία Ενημέρωση 2023-10-08
Ημερομηνία Δημοσίευσης 2020-05-04
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://www.mediamaster.eu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://ulmdevice.altervista.org/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SQLite Editor and Compiler",
    "short_name": "SQLite Editor and Compiler Web App",
    "description": "Run SQL code for immediate preview of tables, columns and values",
    "version": "2.2.5",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon_16.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon_128.png",
            "38": "assets\/icon_128.png"
        }
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google.com\/cloudprint\/ 'unsafe-eval'; frame-src 'self' https:\/\/www.google.com\/cloudprint\/; default-src 'self'; media-src *; img-src * data:; style-src 'self' 'unsafe-inline'; font-src *; child-src *; connect-src *; base-uri *",
    "author": "gui.js by UlmDesign - Francesco De Stefano",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}