Tab Limiter
Limit the number of open tabs – in total and per window
Apa itu Tab Limiter?
Tab Limiter adalah ekstensi Chrome yang dikembangkan oleh Matthias Vogt, dan fitur utamanya adalah "Limit the number of open tabs – in total and per window".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Limiter
Unduh file ekstensi Tab Limiter 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
Tab limiter helps you get back control over your browsing – by limiting the number of tabs you can open at once. You can specify the number of tabs in total and per window. Moreover, you can show a customizable message when the tab limit is hit.
Informasi Dasar Ekstensi
Nama | Tab Limiter |
ID | pbpfchnddjilendkobiabenojlniemoh |
URL Resmi | https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh |
Deskripsi | Limit the number of open tabs – in total and per window |
Ukuran File | 159 KB |
Jumlah Instalasi | 50,000 |
Versi Saat Ini | 0.4.0 |
Terakhir Diperbarui | 2020-12-23 |
Tanggal Publikasi | 2020-04-21 |
Penilaian | 4.48/5 Total 29 Penilaian |
Pengembang | Matthias Vogt |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/matthias-vogt/tab-limiter |
URL Halaman Bantuan | https://github.com/matthias-vogt/tab-limiter |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Limiter", "description": "Limit the number of open tabs \u2013 in total and per window", "version": "0.4.0", "author": "Matthias Vogt", "homepage_url": "https:\/\/github.com\/matthias-vogt\/tab-limiter", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "options.html", "default_title": "Tab Limiter" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "manifest_version": 2 } |