Tab Cleanup - Close duplicate tabs
Add a button to remove duplicate tabs.
Apa itu Tab Cleanup - Close duplicate tabs?
Tab Cleanup - Close duplicate tabs adalah ekstensi Chrome yang dikembangkan oleh Koen Punt, dan fitur utamanya adalah "Add a button to remove duplicate tabs.".
Unduh Berkas CRX Ekstensi Tab Cleanup - Close duplicate tabs
Unduh file ekstensi Tab Cleanup - Close duplicate tabs 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
Informasi Dasar Ekstensi
Nama | |
ID | ehnjmengmmjddlifamlnboeldnegbbif |
URL Resmi | https://chrome.google.com/webstore/detail/tab-cleanup-close-duplica/ehnjmengmmjddlifamlnboeldnegbbif |
Deskripsi | Add a button to remove duplicate tabs. |
Ukuran File | 15.99 KB |
Jumlah Instalasi | 138 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2016-08-02 |
Tanggal Publikasi | 2015-11-22 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | Koen Punt |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/koenpunt/chrome-tab-cleanup |
URL Halaman Bantuan | https://github.com/koenpunt/chrome-tab-cleanup |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Cleanup - Close duplicate tabs", "short_name": "Tab Cleanup", "version": "0.0.1", "description": "Add a button to remove duplicate tabs.", "homepage_url": "https:\/\/github.com\/koenpunt", "permissions": [ "tabs" ], "browser_action": { "default_title": "Close duplicate tabs" }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "background": { "scripts": [ "background.js" ] } } |