恢复最近关闭的标签(列表)

恢复最近关闭的标签(列表)

恢复上一个关闭的标签或页面(支持列表选择恢复)。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "appkey": "BF76AC2B1AA9ED04",
    "analytics": "30312163",
    "page": "html/background.html"
  },
  "options_page": "html/options.html",
  "browser_action": {
    "default_icon": "images/icon19.png",
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.min.js",
        "js/client.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "name": "恢复最近关闭的标签(列表)",
  "description": "恢复上一个关闭的标签或页面(支持列表选择恢复)。",
  "homepage_url": "http://www.lmaq.cn/",
  "version": "1.1.3",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "28"
}