淘宝快搜

淘宝快搜

一键弹出淘宝搜索框,直接搜索,再也不用先进淘宝首页了

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon_16x16.png",
    "48": "icon_48x48.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "see.html"
  },
  "manifest_version": 2,
  "name": "淘宝快搜",
  "permissions": [
    "tabs"
  ],
  "version": "1.1"
}