By: Jay Harris Add-on
Inspect and view changes in Knockout Inspect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Knockout Inspect",
"description": "An inspector for Knockout JS",
"version": "0.0.1",
"icons": {
"64": "icons/icon-64.png",
"128": "icons/icon-128.png",
"512": "icons/icon-512.png"
},
"permissions": [
"contextMenus"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content/script.js"
]
}
],
"background": {
"scripts": [
"background/script.js"
]
}
} Best Knockout Inspect Alternatives
Here are some Firefox add-ons that are similar to Knockout Inspect:
Knockoutjs context
Tim Stuyckens
Knockout JS Context Hover
Alex P
Inspector
derivia
Marionette Inspector
Luiz Américo
Page Element Inspector
Tailor Wood Haven
devtools-outliner
Patrick Brosset
Mini Html Element Inspector
Amy Adams
Page Element Inspector
Vinhomescangiotpr
DOM Element Inspector Basic
Betty Johnson
HTML Element Inspector
Ryan Nelson
Adapt Inspector
Kineo
Inspectre
CommitsOverCoffee