All Prices

All Prices

Chrome extension to easily display all price and style options for products on Amazon.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "All Prices",
  "version": "0.0.2",
  "description": "Chrome extension to easily display all price and style options for products on Amazon.com",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": "icon-48.png",
    "default_title": "All Prices"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "http://www.amazon.com/*",
    "https://www.amazon.com/*",
    "https://ajax.googleapis.com/",
    "webNavigation"
  ]
}