Amazon Search

Amazon Search

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

Additional files are visible only to premium users

manifest.json


{
  "name": "Amazon Search",
  "version": "1.1",
  "short_name": "AmazonSearch",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "web_accessible_resources": [
    "img/*.png"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "manifest_version": 2
}