Selection

Selection

Do more with what you select.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Selection",
  "description": "Do more with what you select.",
  "version": "1.0",
  "icons": {
    "64": "icons/selection.png"
  },
  "content_scripts": [
    {
      "js": [
        "selection.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}