React/Vue Component Analyzer Firefox

Examine source code of React/Vue Component Analyzer

Inspect and view changes in React/Vue Component Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "React/Vue Component Analyzer",
  "version": "1.2",
  "description": "Analyze and optimize React/Vue components.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "styles.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{958c80ef-35e4-4ed3-8cfe-19beff01491a}"
    }
  }
}

Melhores alternativas React/Vue Component Analyzer

Aqui estão algumas Firefox add-ons que são similares a React/Vue Component Analyzer: