Close My Tabs
Close all open tabs at once !!
Apa itu Close My Tabs?
Close My Tabs adalah ekstensi Chrome yang dikembangkan oleh intrendchrome, dan fitur utamanya adalah "Close all open tabs at once !!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Close My Tabs
Unduh file ekstensi Close My 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
Too many tabs open? Close My Tabs will close them all at once with the click of a button. You can also set it to ask you before closing all the tabs. Just go to options and set the proper settings.
Informasi Dasar Ekstensi
Nama | |
ID | nogodmiaohiadblfhmhibfmohlcmdpbh |
URL Resmi | https://chrome.google.com/webstore/detail/close-my-tabs/nogodmiaohiadblfhmhibfmohlcmdpbh |
Deskripsi | Close all open tabs at once !! |
Ukuran File | 97.71 KB |
Jumlah Instalasi | 767 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-01-16 |
Tanggal Publikasi | 2014-01-16 |
Penilaian | 4.44/5 Total 9 Penilaian |
Pengembang | intrendchrome |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close My Tabs", "description": "Close all open tabs at once !!", "version": "1.0", "manifest_version": 2, "browser_action": { "default_title": "", "default_icon": "CloseMyTabs_Icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html" } |