Zustand DevTools Firefox

Examine source code of Zustand DevTools

Inspect and view changes in Zustand DevTools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Zustand DevTools",
  "version": "1.13.0",
  "description": "Inspect and debug Zustand state stores in real-time. View state snapshots, track actions, and time-travel through state changes.",
  "author": "Your Name",
  "homepage_url": "https://github.com/yourusername/zustand-devtools",
  "browser_specific_settings": {
    "gecko": {
      "id": "zustand-devtools@extension",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "devtools_page": "src/devtools.html",
  "browser_action": {
    "default_popup": "src/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    },
    "default_title": "Zustand DevTools"
  },
  "web_accessible_resources": [
    "src/inject.js"
  ]
}

Meilleures alternatives Zustand DevTools

Voici quelques Firefox add-ons qui sont similaires à Zustand DevTools :