IMDB Search

IMDB Search

Search IMDB, from any web page, for selected text. Go direct to the most likely entry. Optionally go to a section e.g. Episode List

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "IMDB Search",
  "description": "Search IMDB, from any web page, for selected text. Go direct to the most likely entry. Optionally go to a section e.g. Episode List",
  "version": "0.0.1.0",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_title": "Search IMDB",
    "default_icon": "icon_128x128.png"
  },
  "icons": {
    "128": "icon_128x128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus",
    "storage",
    "*://www.imdb.com/*"
  ]
}