Duplicate Tab Killer
Display and close duplicate tabs.
Apa itu Duplicate Tab Killer?
Duplicate Tab Killer adalah ekstensi Chrome yang dikembangkan oleh Rad Apps, dan fitur utamanya adalah "Display and close duplicate tabs.".
Screenshot Ekstensi
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
A better duplicate tab remover. Please rate if this is what you were looking for! This will show you a list of duplicate tabs and user can click to close all. Works offline.
Informasi Dasar Ekstensi
Nama | |
ID | kjcimdkhahmilaibihmbealfnoiiijoo |
URL Resmi | https://chrome.google.com/webstore/detail/duplicate-tab-killer/kjcimdkhahmilaibihmbealfnoiiijoo |
Deskripsi | Display and close duplicate tabs. |
Ukuran File | 68.07 KB |
Jumlah Instalasi | 236 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-12-29 |
Tanggal Publikasi | 2017-12-29 |
Penilaian | 2.50/5 Total 2 Penilaian |
Pengembang | Rad Apps |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duplicate Tab Killer", "description": "Display and close duplicate tabs.", "version": "1.1", "browser_action": { "default_icon": "app-main-icon.png", "default_popup": "popup.html" }, "icons": { "128": "app-main-icon.png" }, "permissions": [ "storage", "tabs" ] } |