Undo|Duplicate Tab
Undo a closed Tab(s) or create a duplicate of your current Tab
What is Undo|Duplicate Tab?
Undo|Duplicate Tab is a Chrome extension developed by Benni, and its main feature is "Undo a closed Tab(s) or create a duplicate of your current Tab".
Extension Screenshots
Download Undo|Duplicate Tab Extension CRX File
Download Undo|Duplicate Tab 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
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). Extension Basic Information
| Name | |
| ID | gkcdjihoaknkfnbhhgocndcecomfgcec |
| Official URL | https://chromewebstore.google.com/detail/undoduplicate-tab/gkcdjihoaknkfnbhhgocndcecomfgcec |
| Description | Undo a closed Tab(s) or create a duplicate of your current Tab |
| File Size | 37.39 KB |
| Installation Count | 431 |
| Current Version | 1.1.2 |
| Last Updated | 2017-01-11 |
| Publish Date | 2017-01-11 |
| Rating | 3.20/5 Total 5 Ratings |
| Developer | Benni |
| [email protected] | |
| Payment Type | free |
| Extension Website | http://mybrowseraddon.com/undo-duplicate-tab.html |
| Help Page URL | http://mybrowseraddon.com/undo-duplicate-tab.html |
| Supported Languages | 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"
}
} | |