Por: Nicolas Dos Santos Add-on
Inspect and view changes in Source Code & Font Viewer — HTML/CSS/JS/JSON/XML source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Source Code & Font Viewer — HTML/CSS/JS/JSON",
"description": "__MSG_extDescription__",
"version": "1.7.0",
"icons": {
"16": "icon/16.png",
"48": "icon/48.png",
"128": "icon/128.png"
},
"default_locale": "en",
"permissions": [
"activeTab",
"tabs",
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>",
"http://*/*",
"https://*/*"
],
"web_accessible_resources": [
{
"resources": [
"viewer.html",
"fontviewer.html"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_title": "__MSG_actionTitle__",
"default_icon": {
"16": "icon/16.png",
"48": "icon/48.png",
"128": "icon/128.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "source-viewer@kobee1203.github.io",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"all_frames": false,
"run_at": "document_start",
"js": [
"content-scripts/content.js"
]
}
]
} Mejores alternativas Source Code & Font Viewer — HTML/CSS/JS/JSON/XML
Aquí hay algunas Firefox add-ons que son similares a Source Code & Font Viewer — HTML/CSS/JS/JSON/XML:
Quick Source Code Viewer
Hannah
Code Formatter
sparkle_64
Styled XML Viewer
Netbuddy.net
JSON Viewer+
rxliuli
Fire Source Viewer
Francesco De Stefano
Source Code Beautifier
Seth Beck
Styled JSON Viewer
Netbuddy.net
Universal File Viewer
walid ahdouf
CodeCraft: Beautifier & Analyzer
Go99 Makeup
Advanced Code Explorer
Erin Reid
Markdown Viewer Pro
Soul in Silicon
View Page Source - HTML Viewer
Ahmed Sajjad Zaidi