제작자: Loori
Inspect and view changes in SQLite Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"version": "0.1.6",
"manifest_version": 3,
"name": "SQLite Reader",
"homepage_url": "https://mybrowseraddon.com/sql-reader.html",
"description": "Easily browse, edit and manage SQLite database inside your browser!",
"commands": {
"_execute_action": {}
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"permissions": [
"storage",
"contextMenus"
],
"browser_specific_settings": {
"gecko": {
"strict_min_version": "109.0",
"id": "{a7eebd01-5bd8-46f9-81b1-28da9853f15c}"
}
},
"background": {
"scripts": [
"lib/config.js",
"lib/chrome.js",
"lib/runtime.js",
"lib/common.js"
]
},
"action": {
"default_title": "SQLite Reader",
"default_icon": {
"16": "data/icons/toolbar/16.png",
"32": "data/icons/toolbar/32.png",
"48": "data/icons/toolbar/48.png",
"64": "data/icons/toolbar/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"
}
} 최고의 SQLite Reader 대안
다음은 SQLite Reader과(와) 유사한 Firefox add-on입니다:
SQLite Manager
Lunu
SQLite Viewer
Balvin
SQLite Query Runner
Burke
SQLite Query Executor
Milad Vazan
SQLite Remote Access
Phillip Hensley
SQLite Database Explorer
Gallagher
SeLite SQLite Connection Manager
Peter Lyons Kehl
SQLite Editor & Exporter
Robert Smith
SQL Reference
Libor Benes (Dr. B)
Text Editor
Sevina
SeLite DB Objects
Peter Lyons Kehl
ZIP Reader
Loori