AI Quick Copy Tool Firefox

Examine source code of AI Quick Copy Tool

By: fire
Inspect and view changes in AI Quick Copy Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Quick Copy Tool",
  "version": "1.0.1",
  "description": "Right-click to instantly copy element IDs - perfect for developers and AI-assisted coding",
  "author": "Paul Preibisch",
  "homepage_url": "https://github.com/paulpreibisch/Useful-Firefox-Extensions",
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-quick-copy@paulpreibisch.com",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "clipboardWrite",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ]
}

Best AI Quick Copy Tool Alternatives

Here are some Firefox add-ons that are similar to AI Quick Copy Tool: