By: mjochum1
Inspect and view changes in Data Format Beautifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Data Format Beautifier",
"version": "1.1",
"description": "Automatically beautifies JSON, JSONL, YAML, and XML files",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"scripting",
"activeTab"
],
"host_permissions": [
"file:///*/*.json",
"file:///*/*.jsonl",
"file:///*/*.yaml",
"file:///*/*.yml",
"file:///*/*.xml",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"file:///*/*.json",
"file:///*/*.jsonl",
"file:///*/*.yaml",
"file:///*/*.yml",
"file:///*/*.xml"
],
"js": [
"content_scripts/beautifier.js"
],
"css": [
"content_scripts/beautifier.css"
],
"run_at": "document_idle"
}
],
"action": {
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
}
},
"web_accessible_resources": [
{
"resources": [
"content_scripts/beautifier.css",
"content_scripts/beautifier.js"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "data-beautifier@example.com",
"data_collection": {
"collects": false
}
}
}
} Best Data Format Beautifier Alternatives
Here are some Firefox add-ons that are similar to Data Format Beautifier:
Code Formatter
sparkle_64
Universal File Viewer
walid ahdouf
JSON Beautifier code
json-beautifier
JSON Beautifier
json-beautifier
JSON Beautifier & Editor
Joe Ertaba
JSON Formatter
Arnav Kumar
JSON Viewer Pro By PatilWeb
PatilWeb
Json Bonito
Jorge Senín
Formatter Toolbox
Shasika Semasinghe
JSON Viewer & Beautifier, Formatter - Lumina JSON
Furneez.com
syntax highlighting
prettyprint-mv2
resolved617's JSON Beautifier
resolved617