V7 Drag

V7 Drag

Drag links to new tab or drag selected text to perform search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "V7 Drag",
  "version": "1.2",
  "default_locale": "en",
  "description": "__MSG_opis__",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "cnt.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "icons": {
    "16": "img/pdg-16.png",
    "19": "img/pdg-19.png",
    "48": "img/pdg-48.png",
    "64": "img/pdg-64.png",
    "128": "img/pdg-128.png"
  },
  "manifest_version": 2
}