恢复关闭的标签
只要点击弹窗可让您轻而易举的撤销关闭的标签!
What is 恢复关闭的标签?
恢复关闭的标签 is a Chrome extension developed by Ethan, 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 | nhdghhbkaaohocakiepiogjhlllekfma |
Official URL | https://chromewebstore.google.com/detail/%E6%81%A2%E5%A4%8D%E5%85%B3%E9%97%AD%E7%9A%84%E6%A0%87%E7%AD%BE/nhdghhbkaaohocakiepiogjhlllekfma |
Description | 只要点击弹窗可让您轻而易举的撤销关闭的标签! |
File Size | 27 KB |
Installation Count | 3,581 |
Current Version | 1.8.4 |
Last Updated | 2018-02-01 |
Publish Date | 2018-01-31 |
Rating | 4.78/5 Total 9 Ratings |
Developer | Ethan |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_manifest_name__", "version": "1.8.4", "manifest_version": 2, "default_locale": "zh_CN", "description": "__MSG_manifest_description__", "icons": { "16": "png\/16.png", "48": "png\/48.png", "128": "png\/128.png" }, "browser_action": { "default_icon": { "19": "png\/16.png", "38": "png\/48.png" }, "default_title": "__MSG_manifest_name__", "default_popup": "popup.html" }, "background": { "scripts": [ "common.js", "bg.js" ], "persistent": false }, "commands": { "undo-latest": { "suggested_key": { "default": "Alt+Z", "mac": "MacCtrl+Z" }, "description": "__MSG_manifest_kbshort1__" } }, "permissions": [ "tabs", "unlimitedStorage", "chrome:\/\/favicon\/" ] } |