TMDb Search  (The Movie Database)

TMDb Search (The Movie Database)

Select some text, right-click and choose "Search in TMDb" in the menu, a new tab will open with the searched text in TMDb (The Movie Database).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TMDB Search Selection",
  "description": "Add a context menu option to search the selected text in TMDb (The Movie Database)",
  "version": "1.1resigned1",
  "homepage_url": "https://github.com/docmalkovich/firefox-tmdb-search",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "menus"
  ],
  "icons": {
    "16": "icons/green_16.png",
    "32": "icons/green_32.png",
    "48": "icons/green_48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8c0c797c-5310-4e5f-9b5f-662704edc841}"
    }
  }
}