Only One Window!
Moves all tabs into the active window.
Apa itu Only One Window!?
Only One Window! adalah ekstensi Chrome yang dikembangkan oleh barmassimo, dan fitur utamanya adalah "Moves all tabs into the active window.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Only One Window!
Unduh file ekstensi Only One Window! 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
This extension group all tabs in only one window. You can do this by pressing CTRL + SHIFT + L, or by clicking on the extension icon.
Informasi Dasar Ekstensi
Nama | Only One Window! |
ID | dglfomdgahnjfpkapfgcafpgekceglil |
URL Resmi | https://chromewebstore.google.com/detail/only-one-window/dglfomdgahnjfpkapfgcafpgekceglil |
Deskripsi | Moves all tabs into the active window. |
Ukuran File | 5.5 KB |
Jumlah Instalasi | 48 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-10-21 |
Tanggal Publikasi | 2021-10-21 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | barmassimo |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Only One Window!", "description": "Moves all tabs into the active window.", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [], "action": { "default_icon": { "16": "\/images\/ico_16.png", "32": "\/images\/ico_32.png", "48": "\/images\/ico_48.png", "128": "\/images\/ico_128.png" } }, "icons": { "16": "\/images\/ico_16.png", "32": "\/images\/ico_32.png", "48": "\/images\/ico_48.png", "128": "\/images\/ico_128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L" } } } } |