By: Luiz Américo
Inspect and view changes in Marionette Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Marionette Inspector",
"version": "0.9.2resigned1",
"description": "A devtool for Marionette",
"author": "Jason Laster",
"minimum_chrome_version": "22.0",
"icons": {
"16": "img/marionette-16.png",
"48": "img/marionette-48.png",
"128": "img/marionette-128.jpg"
},
"manifest_version": 2,
"devtools_page": "inspector.html",
"background": {
"scripts": [
"js/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*",
"file://*/*"
],
"js": [
"js/marionette_contentscript.js"
],
"css": [
"css/agent.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"js/lib/*",
"js/agent/*"
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"permissions": [
"tabs"
],
"browser_specific_settings": {
"gecko": {
"id": "{5f57f8d4-b1c5-4342-9633-34e2eadc6835}"
}
}
} Best Marionette Inspector Alternatives
Here are some Firefox add-ons that are similar to Marionette Inspector:
Ember Inspector
Ember.js
Vue Performance Devtool
Rafael Escala
Website Inspector
Waliul Awal Taha
Angular state inspector
Ihor Klymenok
Knockout Inspect
Jay Harris
UI5 Inspector
Firefox user 13476623
Angular state inspector
Anton Lunev
Bunny Inspector
Bunny Inspector
Web Inspector Lite
web-inspector-lite
PixiJS Devtools
Bob Fanger
Phaser Data Inspector
Cassino.dev