By: Julien Deniau Add-on
Inspect and view changes in Immutable.js devtool extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Immutable.js devtools extension",
"short_name": "Immutable.js devtools",
"description": "Makes Immutable JS objects more readable when they are logged to the console.",
"version": "2.1.7",
"manifest_version": 3,
"minimum_chrome_version": "88.0",
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*",
"file://*/*"
],
"exclude_matches": [
"https://app.clickup.com/*"
],
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"devtools_page": "devtool.html",
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"immutable-object-formatter.js"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{57fd6ee5-fa63-4041-b537-49dcce2ed835}",
"strict_min_version": "116.0"
}
}
} Best Immutable.js devtool extension Alternatives
Here are some Firefox add-ons that are similar to Immutable.js devtool extension:
Vue.js devtools
f'z'y
Vue.js devtools
Vue.js
Vue Performance Devtool
Rafael Escala
Formatter Toolbox
Shasika Semasinghe
Dev Mode
D7OM
React Performance Devtool
Nitin Tulswani
Dev Helper code
betonline
Atomic CSS Devtools
Alexandre Stahmer
Gem DevTools
mantou132
Svelte Devtools
RedHatter271
ChromeLogger
BurningMoth
FicusJS devtools
Ficus