Enable Selection and Copy

Enable Selection and Copy

Force enable text selection and copy. (mod by Gary) This is modded from another well-known addon and makes it function on local files also. Nothing else changed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "Absolute Enable Right Click & Copy - Modded by Gary",
    "default_icon": "images/128px.png",
    "default_popup": "main.html"
  },
  "icons": {
    "32": "images/32px.png",
    "48": "images/48px.png",
    "128": "images/128px.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "short_name": "Absolute Right Click - Modded by Gary",
  "manifest_version": 2,
  "name": "Absolute Enable Right Click Copy Mod by Gary",
  "description": "Force Enable Right Click & Copy - Modded by Gary. This mod makes it function on local files also. Nothing else changed.",
  "version": "1.4.1"
}