Undo|Duplicate Tab
Undo a closed Tab(s) or create a duplicate of your current Tab
Apa itu Undo|Duplicate Tab?
Undo|Duplicate Tab adalah ekstensi Chrome yang dikembangkan oleh Benni, dan fitur utamanya adalah "Undo a closed Tab(s) or create a duplicate of your current Tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Undo|Duplicate Tab
Unduh file ekstensi Undo|Duplicate Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | Undo|Duplicate Tab |
ID | gkcdjihoaknkfnbhhgocndcecomfgcec |
URL Resmi | https://chromewebstore.google.com/detail/undoduplicate-tab/gkcdjihoaknkfnbhhgocndcecomfgcec |
Deskripsi | Undo a closed Tab(s) or create a duplicate of your current Tab |
Ukuran File | 37.39 KB |
Jumlah Instalasi | 431 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2017-01-11 |
Tanggal Publikasi | 2017-01-11 |
Penilaian | 3.20/5 Total 5 Penilaian |
Pengembang | Benni |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://mybrowseraddon.com/undo-duplicate-tab.html |
URL Halaman Bantuan | http://mybrowseraddon.com/undo-duplicate-tab.html |
Bahasa yang Didukung | 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" } } |