Goodreads Right Click

Goodreads Right Click

Right click selected text to search for books on Goodreads.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Right click selected text to search for books on Goodreads.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDMRoXmInh5MVb1bkbfeu0fk6DRAduY3fDdcTwOlTjHtI0QV7EPSuzeOPDcfGRUubBauMovmUPKlf7JK8M8GDe6/O4qNCrbPKe74W+Q7KWrpYnJIiMPo6kRI/R56HBJ2FjO8d3P/9UqjFqkcVeLQDDP73T9CN4fXgN/NhyCdUulXQIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "6",
  "name": "Goodreads Right Click",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.0"
}