Duplicate Tab
Duplicate tab
Apa itu Duplicate Tab?
Duplicate Tab adalah ekstensi Chrome yang dikembangkan oleh zertosh, dan fitur utamanya adalah "Duplicate tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Duplicate Tab
Unduh file ekstensi 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
Chrome extension to duplicate the current tab. ## Usage * Click the "Duplicate tab" icon from the Google Chrome toolbar. * From "Window" -> "Extensions" -> "Keyboard shortcuts", set a shortcut for "Duplicate tab". ## Performance Consumes minimal resources: * Runs as an event page rather than a background page. So there is no persistent process running. * Does not collect analytics.
Informasi Dasar Ekstensi
Nama | Duplicate Tab |
ID | ljhkjdibhiomfkbpkbfcffpgbpkggnif |
URL Resmi | https://chromewebstore.google.com/detail/duplicate-tab/ljhkjdibhiomfkbpkbfcffpgbpkggnif |
Deskripsi | Duplicate tab |
Ukuran File | 39.38 KB |
Jumlah Instalasi | 6,269 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2024-02-04 |
Tanggal Publikasi | 2017-12-02 |
Penilaian | 3.75/5 Total 12 Penilaian |
Pengembang | zertosh |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/zertosh/duplicate-tab |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Duplicate Tab", "version": "2.0.0", "description": "Duplicate tab", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "32": "icon32.png" }, "default_title": "Duplicate tab" }, "background": { "service_worker": "service-worker.js" }, "commands": { "duplicate-tab-keyboard-shortcut": { "suggested_key": { "default": "Ctrl+Shift+D", "mac": "Command+Shift+D" }, "description": "Duplicate tab" }, "close-other-tabs-shortcut": { "description": "Close Other Tabs", "suggested_key": { "default": "Alt+Shift+W" } } }, "homepage_url": "https:\/\/github.com\/zertosh\/duplicate-tab", "minimum_chrome_version": "120" } |