Max Tabs
A small extension to limit the number of open tabs.
Apa itu Max Tabs?
Max Tabs adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "A small extension to limit the number of open tabs.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Max Tabs
Unduh file ekstensi Max 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
Are you tired of too many open tabs? This handy extension helps you to limit the number of open tabs. It automatically closes the oldest and at least used tabs.
Informasi Dasar Ekstensi
Nama | Max Tabs |
ID | ghhcibaghjbdjmnknknlnbobcblfcnma |
URL Resmi | https://chromewebstore.google.com/detail/max-tabs/ghhcibaghjbdjmnknknlnbobcblfcnma |
Deskripsi | A small extension to limit the number of open tabs. |
Ukuran File | 35.65 KB |
Jumlah Instalasi | 5,162 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2018-10-10 |
Tanggal Publikasi | 2018-10-10 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A small extension to limit the number of open tabs.", "version": "1.0.3", "name": "Max Tabs", "options_page": "options.html", "permissions": [ "activeTab", "management", "storage", "tabs" ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |