Search eBay

Search eBay

Now with more awesomeness! Highlight any term on a page, right click and Search your favorite eBay site. No spying, no ads, nothing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Search eBay",
  "short_name": "Search eBay",
  "background": {
    "scripts": [
      "event.js"
    ],
    "persistent": false
  },
  "description": "Now with more awesomeness! Highlight any term on a page, right click and Search your favorite eBay site. No spying, no ads, nothing.",
  "icons": {
    "16": "images/ebay-e-only-16.png",
    "48": "images/ebay-e-only-48.png",
    "128": "images/ebay-e-only-128.png"
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "chrome_style": false
  },
  "browser_action": {
    "default_icon": {
      "16": "images/ebay-e-only-16.png",
      "24": "images/ebay-e-only-24.png",
      "32": "images/ebay-e-only-32.png"
    },
    "default_popup": "popup.html",
    "default_title": "Search eBay"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "storage"
  ],
  "version": "4.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}