Conrep Content Capture Firefox

Examine source code of Conrep Content Capture

Inspect and view changes in Conrep Content Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Conrep Content Capture",
  "description": "Capture and submit web page content to Conrep",
  "version": "0.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "clipboardRead",
    "contextMenus",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Conrep Extension",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{97c69040-7b98-4c19-9c20-d573e5b4b431}"
    }
  }
}

Best Conrep Content Capture Alternatives

Here are some Firefox add-ons that are similar to Conrep Content Capture: