Capture a reference Firefox

Examine source code of Capture a reference

By: BARANO
Inspect and view changes in Capture a reference source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Capture EndNote Reference",
  "author": "Filippo Airaldi",
  "version": "1.1.1",
  "description": "Capture a reference with just one click.",
  "homepage_url": "https://github.com/FilippoAiraldi/CaptureEndNoteReference",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/contentscript.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Capture EndNote Reference",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png"
    }
  },
  "web_accessible_resources": [
    "scripts/popup.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{dba9ae8a-e2eb-4265-b3f1-fb4bd64cd221}"
    }
  }
}

Best Capture a reference Alternatives

Here are some Firefox add-ons that are similar to Capture a reference: