恢复最近关闭的标签(列表)
恢复上一个关闭的标签或页面(支持列表选择恢复)。
What is 恢复最近关闭的标签(列表)?
恢复最近关闭的标签(列表) is a Chrome extension developed by 大麦软件, and its main feature is "恢复上一个关闭的标签或页面(支持列表选择恢复)。".
Extension Screenshots
Download 恢复最近关闭的标签(列表) Extension CRX File
Download 恢复最近关闭的标签(列表) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
恢复上一个关闭的标签或页面(支持列表选择恢复)。
Extension Basic Information
Name | 恢复最近关闭的标签(列表) |
ID | ckinindecjfimcblkaoekkgegeejniac |
Official URL | https://chromewebstore.google.com/detail/%E6%81%A2%E5%A4%8D%E6%9C%80%E8%BF%91%E5%85%B3%E9%97%AD%E7%9A%84%E6%A0%87%E7%AD%BE%EF%BC%88%E5%88%97%E8%A1%A8%EF%BC%89/ckinindecjfimcblkaoekkgegeejniac |
Description | 恢复上一个关闭的标签或页面(支持列表选择恢复)。 |
File Size | 64.5 KB |
Installation Count | 2,000 |
Current Version | 1.1.3 |
Last Updated | 2020-01-21 |
Publish Date | 2020-01-15 |
Rating | 4.68/5 Total 103 Ratings |
Developer | 大麦软件 |
Payment Type | free |
Supported Languages | zh-CN |
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": "\u6062\u590d\u6700\u8fd1\u5173\u95ed\u7684\u6807\u7b7e\uff08\u5217\u8868\uff09", "description": "\u6062\u590d\u4e0a\u4e00\u4e2a\u5173\u95ed\u7684\u6807\u7b7e\u6216\u9875\u9762\uff08\u652f\u6301\u5217\u8868\u9009\u62e9\u6062\u590d\uff09\u3002", "homepage_url": "http:\/\/www.lmaq.cn\/", "version": "1.1.3", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "manifest_version": 2, "minimum_chrome_version": "28" } |