Select all in context menu

Select all in context menu

This extension allows the user to select all text from the context menu of the current page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Select all in context menu",
  "description": "This extension allows the user to select all text from the context menu of the current page.",
  "version": "0.5",
  "default_locale": "en",
  "background": {
    "scripts": [
      "selectall.js"
    ]
  },
  "icons": {
    "16": "images/ico16.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ]
}