Undo|Duplicate Tab
Undo a closed Tab(s) or create a duplicate of your current Tab
什么是Undo|Duplicate Tab?
Undo|Duplicate Tab是由Benni开发的Chrome扩展程序,该扩展的主要功能是“Undo a closed Tab(s) or create a duplicate of your current Tab”。
扩展截图
下载Undo|Duplicate Tab扩展crx文件
下载Undo|Duplicate Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Undo a closed Tab(s) or create a duplicate of your current Tab with "Undo|Duplicate Tab" addon. Some features: 1. Allows you to restore a closed tab(s). 2. You can easily make a duplicate of the current tab. 3. Toolbar popup UI has two easily accessible buttons (undo & duplicate). Note: in order to report bugs, please fill the bug report form in the addon's homepage (http://mybrowseraddon.com/undo-duplicate-tab.html).
扩展基本信息
名称 | Undo|Duplicate Tab |
ID | gkcdjihoaknkfnbhhgocndcecomfgcec |
官方URL | https://chromewebstore.google.com/detail/undoduplicate-tab/gkcdjihoaknkfnbhhgocndcecomfgcec |
简介 | Undo a closed Tab(s) or create a duplicate of your current Tab |
文件大小 | 37.39 KB |
安装次数 | 431 |
当前版本 | 1.1.2 |
更新时间 | 2017-01-11 |
上架时间 | 2017-01-11 |
评分 | 3.20/5 共5次评分 |
开发者 | Benni |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://mybrowseraddon.com/undo-duplicate-tab.html |
帮助页面URL | http://mybrowseraddon.com/undo-duplicate-tab.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.2", "manifest_version": 2, "short_name": "irutabs", "name": "Undo|Duplicate Tab", "permissions": [ "sessions", "storage" ], "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/undo-duplicate-tab.html", "description": "Undo a closed Tab(s) or create a duplicate of your current Tab", "browser_action": { "default_icon": "data\/icon16.png", "default_title": "Undo|Duplicate Tab", "default_popup": "data\/popup\/popup.html" }, "icons": { "16": "data\/icon16.png", "32": "data\/icon32.png", "48": "data\/icon48.png", "64": "data\/icon64.png", "128": "data\/icon128.png" } } |