By: khaja hussain Add-on
Inspect and view changes in JsonToTable: JSON to Table source codes across current and past versions
Try xHeader →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "JsonToTable - JSON to Table Converter",
"short_name": "JsonToTable",
"version": "0.1.0",
"description": "Convert any JSON into a clean, interactive table. Paste, right-click selected JSON, or auto-detect JSON pages.",
"action": {
"default_popup": "src/popup/index.html",
"default_title": "JsonToTable",
"default_icon": {
"16": "public/icons/icon-16.png",
"48": "public/icons/icon-48.png",
"128": "public/icons/icon-128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module",
"scripts": [
"service-worker-loader.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "jsontotable@jsontotable.org",
"strict_min_version": "121.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"content_scripts": [
{
"js": [
"assets/content.ts-BKf_UdoQ.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle"
}
],
"permissions": [
"contextMenus",
"storage"
],
"host_permissions": [],
"icons": {
"16": "public/icons/icon-16.png",
"48": "public/icons/icon-48.png",
"128": "public/icons/icon-128.png"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src/viewer/index.html",
"assets/*",
"assets/content.ts-BKf_UdoQ.js"
],
"use_dynamic_url": false
}
]
} Best JsonToTable: JSON to Table Alternatives
Here are some Firefox add-ons that are similar to JsonToTable: JSON to Table:
JSON to Table Converter
loriblank
JSON Table View
s.kramer
Table To Text
Red Shock
HTML Table to JSON
Vicky Button
Table to JSON Converter
Adelyn
Free JSON Formatter
Andret2344
Table to CSV
Sudharsan GS
JSON Beautifier & Editor
Joe Ertaba
JSON-Tool
Libs
Export HTML Table to JSON/CSV
Michel Leonard
JSON Explorer
Jubayer Hossain
JSON to CSV
KnoxMarotto