Unofficial Google Books Right-Click Search

Unofficial Google Books Right-Click Search

Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png"
    },
    "default_title": "Unofficial Google Books Right-Click Search"
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "Unofficial Google Books Right-Click Search",
  "short_name": "GB Search",
  "description": "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.",
  "permissions": [
    "contextMenus"
  ],
  "version": "1.1.1"
}