Goodreads Easy Search

Goodreads Easy Search

Easily search Goodreads with right-click! This addon adds context options on selecting text to search Goodreads with that text. You can "Search Now" (immediately show the search tab) or "Search Later" (open up the search tab in the background).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Goodreads Easy Search",
  "description": "Easily search Goodreads with highlighted text anywhere!",
  "version": "1.1resigned1",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "menus",
    "tabs"
  ]
}