Undo|Duplicate Tab
Undo a closed Tab(s) or create a duplicate of your current Tab
Wat is Undo|Duplicate Tab?
Undo|Duplicate Tab is een Chrome-extensie ontwikkeld door Benni, en de belangrijkste functie is "Undo a closed Tab(s) or create a duplicate of your current Tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Undo|Duplicate Tab
Download Undo|Duplicate Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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). Basisinformatie over de Extensie
| Naam | |
| ID | gkcdjihoaknkfnbhhgocndcecomfgcec |
| Officiële URL | https://chromewebstore.google.com/detail/undoduplicate-tab/gkcdjihoaknkfnbhhgocndcecomfgcec |
| Beschrijving | Undo a closed Tab(s) or create a duplicate of your current Tab |
| Bestandsgrootte | 37.39 KB |
| Aantal Installaties | 431 |
| Huidige Versie | 1.1.2 |
| Laatst Bijgewerkt | 2017-01-11 |
| Publicatiedatum | 2017-01-11 |
| Beoordeling | 3.20/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Benni |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://mybrowseraddon.com/undo-duplicate-tab.html |
| Help Pagina-URL | http://mybrowseraddon.com/undo-duplicate-tab.html |
| Ondersteunde Talen | 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"
}
} | |