Copy annotation Firefox

Examine source code of Copy annotation

Inspect and view changes in Copy annotation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "0.0.1",
  "name": "Copy annotation",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon_16.png",
    "19": "icon_19.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon_19.png"
  },
  "commands": {
    "copy-page-element": {
      "suggested_key": {
        "default": "Alt+Y"
      },
      "description": "Copy annotation"
    }
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9a177992-8377-456b-a714-008f09c9e713}"
    }
  }
}

Best Copy annotation Alternatives

Here are some Firefox add-ons that are similar to Copy annotation: