価格検索

価格検索

クリック一発で楽天市場、楽天オークション、ヤフオク、Yahoo!ショッピングなどを横断検索します。

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.1.1",
  "description": "クリック一発で楽天市場、楽天オークション、ヤフオク、Yahoo!ショッピングなどを横断検索します。",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "res/icon_gray19x19.png",
    "default_title": "価格検索"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "icons": {
    "16": "res/icon16x16.png",
    "19": "res/icon19x19.png",
    "128": "res/icon128x128.png"
  }
}