Select Hover Search

Select Hover Search

Select → Hover → Search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Select Hover Search",
  "version": "3.0.0",
  "description": "Select → Hover → Search",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "brain.js"
      ]
    }
  ],
  "action": {
    "default_popup": "structure.html",
    "default_icon": {
      "128": "icon.png"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3
}