TaoCarts Shopping Assistant

TaoCarts Shopping Assistant

Taocarts Image Search makes it easy to find sources on your e-commerce site.

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_EXTENSION_NAME__",
  "short_name": "__MSG_EXTENSION_NAME__",
  "version": "1.0.7",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "default_locale": "en",
  "icons": {
    "16": "/images/bj.png",
    "48": "/images/bj.png",
    "128": "/images/bj.png"
  },
  "background": {
    "scripts": [
      "js/jq.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jq.js",
        "js/table2excel.js",
        "js/content-script.js",
        "js/ali.js",
        "js/search.js",
        "js/fanyi.js"
      ],
      "css": [
        "css/style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": "/images/bj.png",
    "default_title": "TaoCarts购物助手"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Opens hello.html"
    }
  },
  "permissions": [
    "cookies",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": false,
    "open_in_tab": true
  }
}