Undo|Duplicate Tab
Undo a closed Tab(s) or create a duplicate of your current Tab
Was ist Undo|Duplicate Tab?
Undo|Duplicate Tab ist eine Chrome-Erweiterung, die von Benni entwickelt wurde, und ihr Hauptmerkmal ist "Undo a closed Tab(s) or create a duplicate of your current Tab".
Erweiterungsscreenshots
Undo|Duplicate Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Undo|Duplicate Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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). Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gkcdjihoaknkfnbhhgocndcecomfgcec |
| Offizielle URL | https://chromewebstore.google.com/detail/undoduplicate-tab/gkcdjihoaknkfnbhhgocndcecomfgcec |
| Beschreibung | Undo a closed Tab(s) or create a duplicate of your current Tab |
| Dateigröße | 37.39 KB |
| Installationsanzahl | 431 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2017-01-11 |
| Veröffentlichungsdatum | 2017-01-11 |
| Bewertung | 3.20/5 Insgesamt 5 Bewertungen |
| Entwickler | Benni |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://mybrowseraddon.com/undo-duplicate-tab.html |
| Hilfeseite URL | http://mybrowseraddon.com/undo-duplicate-tab.html |
| Unterstützte Sprachen | 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"
}
} | |