Inspect and view changes in JSDebugPro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "JSDebugPro",
"version": "1.0",
"description": "Advanced JavaScript Debugger by CodeCraft Debugging Tools",
"browser_specific_settings": {
"gecko": {
"id": "jsdebugpro@codecraft.tools"
}
},
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"activeTab",
"debugger",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_popup": "popup/popup.html",
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_scripts/debugger.js"
]
}
],
"devtools_page": "devtools/panel.html"
} Meilleures alternatives JSDebugPro
Voici quelques Firefox add-ons qui sont similaires à JSDebugPro :
Alpine.js DevTools Pro
Bartek Igielski
Tinker Tester Developer Spy
Thomas Wisniewski
Developer Code Monitor
Rayhan Clay
CSS Debug Overlay Plus
Francis Ruiz
Console Error Viewer
MumbaiEnjoyer
Right On Page Devtools
Taining
JS Error Logger
MumbaiEnjoyer
DevProxy
GeekKuf
PostHog Debugger (Unofficial)
Gevorg Glechyan
JavaScript Console Helper
Sarah Jackson
LiveDebugger DevTools
Software Mansion
Live Expression-Devloper Tool
weirdcreators