SQLite Explorer
View in memory SQLite databases and tables
SQLite Explorer क्या है?
SQLite Explorer gaganjot07 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View in memory SQLite databases and tables"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SQLite Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [ " |