Tab Manager
One click to close inactive, non-pinned Google Chrome tabs
Apa itu Tab Manager?
Tab Manager adalah ekstensi Chrome yang dikembangkan oleh thealexbaron, dan fitur utamanya adalah "One click to close inactive, non-pinned Google Chrome tabs".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Manager
Unduh file ekstensi Tab Manager 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
For some people, after a certain amount of time, inactive, unpinned tabs are basically garbage. This extension gives you a way to easily keep track of which tabs are crusty and remove them in one click.
Informasi Dasar Ekstensi
Nama | Tab Manager |
ID | ojhlhhjjechopenpeeffmohkochglide |
URL Resmi | https://chromewebstore.google.com/detail/tab-manager/ojhlhhjjechopenpeeffmohkochglide |
Deskripsi | One click to close inactive, non-pinned Google Chrome tabs |
Ukuran File | 70.44 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2016-06-23 |
Tanggal Publikasi | 2016-06-23 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | thealexbaron |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Manager", "version": "1.5", "description": "One click to close inactive, non-pinned Google Chrome tabs", "author": "Alex Baron", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |