3 Tabs Only
Allows a maximum of 3 open tabs
Apa itu 3 Tabs Only?
3 Tabs Only adalah ekstensi Chrome yang dikembangkan oleh One Who Tinkers, dan fitur utamanya adalah "Allows a maximum of 3 open tabs".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 3 Tabs Only
Unduh file ekstensi 3 Tabs Only 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
Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones. I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review. The script and manifest, for transparency: goo.gl/kac7nx goo.gl/V52guz Images made with Canva.
Informasi Dasar Ekstensi
Nama | 3 Tabs Only |
ID | pkfpaiidmiemediimekjfmlbhnbofabd |
URL Resmi | https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd |
Deskripsi | Allows a maximum of 3 open tabs |
Ukuran File | 37.33 KB |
Jumlah Instalasi | 515 |
Versi Saat Ini | 7.10005 |
Terakhir Diperbarui | 2020-03-01 |
Tanggal Publikasi | 2020-03-01 |
Penilaian | 4.69/5 Total 16 Penilaian |
Pengembang | One Who Tinkers |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "3 Tabs Only", "description": "Allows a maximum of 3 open tabs", "version": "7.10005", "background": { "scripts": [ "script.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |