Duplicate Tab Killer!
This is an extension for removing the duplicate tabs!
Apa itu Duplicate Tab Killer!?
Duplicate Tab Killer! adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This is an extension for removing the duplicate tabs!".
Unduh Berkas CRX Ekstensi Duplicate Tab Killer!
Unduh file ekstensi Duplicate Tab Killer! 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
Getting tired of having so many duplicated tabs open? This plugin can remove those duplicate tabs by just clicking the shortcut. The shortcut for Mac user: "Command+Shift+1" The shortcut for Windows user: "Ctrl+Shift+1"
Informasi Dasar Ekstensi
Nama | Duplicate Tab Killer! |
ID | jfjefgepcfillfepaobiikcidonkndoo |
URL Resmi | https://chromewebstore.google.com/detail/duplicate-tab-killer/jfjefgepcfillfepaobiikcidonkndoo |
Deskripsi | This is an extension for removing the duplicate tabs! |
Ukuran File | 201 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2018-04-05 |
Tanggal Publikasi | 2018-04-04 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duplicate Tab Killer!", "version": "1.0.1", "manifest_version": 2, "description": "This is an extension for removing the duplicate tabs!", "permissions": [ "tabs" ], "commands": { "record-tab-names": { "suggested_key": { "default": "Ctrl+Shift+1", "mac": "Command+Shift+1" }, "description": "remove duplicated tabs" } }, "background": { "scripts": [ "background.js" ] } } |