Japanese shopping Rakuten Auction search from context menu.

Japanese shopping Rakuten Auction search from context menu.

It is an extension I trace the text of the homepage and do the product search of the Rakuten Auction from a right-click after…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.0.0",
  "description": "__MSG_extDescription__",
  "background": {
    "scripts": [
      "ecl_new.js",
      "rakuten.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "ecl_new.js",
    "images/icon16.png",
    "images/icon32.png",
    "images/icon64.png",
    "images/icon128.png"
  ],
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "default_locale": "ja"
}