掘り出しもんサーチボタン

掘り出しもんサーチボタン

アマゾンの商品ページでボタンをクリックして新品・中古の価格横断比較ができます。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "掘り出しもんサーチボタン",
  "version": "1.0.0",
  "description": "アマゾンの商品ページでボタンをクリックして新品・中古の価格横断比較ができます。",
  "web_accessible_resources": [
    "images/icon16.png",
    "images/icon32.png",
    "images/icon64.png",
    "images/icon128.png"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "content_scripts": [
    {
      "js": [
        "prototype.js"
      ],
      "matches": [
        "http://*/*"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs",
    "http://*/"
  ]
}