IMDb Search

IMDb Search

Use the context menu (right click) to search on IMDb (imdb.com) any text from other websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IMDb Search",
  "version": "2.3",
  "browser_action": {
    "default_title": "IMDb Search"
  },
  "short_name": "imdbSearch",
  "description": "__MSG_description__",
  "default_locale": "en",
  "author": "Jerry",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "web_accessible_resources": [
    "img/*.png"
  ],
  "permissions": [
    "contextMenus",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2
}