Immutable.js devtool extension Firefox

Examine source code of Immutable.js devtool extension

제작자: Julien Deniau
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"
    }
  }
}

최고의 Immutable.js devtool extension 대안

다음은 Immutable.js devtool extension과(와) 유사한 Firefox add-on입니다: