A2Everywhere

A2Everywhere

Search America II's inventory from every website. Highlight/right click any part number you see on the web and select A2Everywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "A2Everywhere",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Search America II's inventory from every website. Highlight/right click any part number you see on the web and select A2Everywhere.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "a2everywhere.js"
    ]
  }
}