Enable Select Copy +Edit

Enable Select Copy +Edit

A toolbar button to enable selection, copy and typing editing web text redirectly in a tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Enable Select Copy +Edit",
  "version": "1.5.2",
  "description": "A toolbar button to enable selection, copy and typing editing web text redirectly in a tab",
  "homepage_url": "https://garywill.github.io",
  "icons": {
    "128": "icon.png"
  },
  "developer": {
    "name": "Garywill",
    "url": "https://github.com/garywill/"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Enable Select Copy Edit \nClick to enable select & copy \nClick twice to enable edit"
  },
  "commands": {
    "_execute_browser_action": {
      "description": "Click toolbar button"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{74b2080e-5571-4d9b-aac9-add307d9fcfb}"
    }
  }
}