Context Interaction Analyzer (CIA) Firefox

Examine source code of Context Interaction Analyzer (CIA)

Inspect and view changes in Context Interaction Analyzer (CIA) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Context Interaction Analyzer",
  "version": "1.0",
  "description": "Collects text from image and webpage contexts",
  "sidebar_action": {
    "default_title": "Context Interaction Analyzer",
    "default_panel": "sidebar.html"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "context_interaction_analyzer@libor_benes.dev",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Melhores alternativas Context Interaction Analyzer (CIA)

Aqui estão algumas Firefox add-ons que são similares a Context Interaction Analyzer (CIA):