Only One Window!
Moves all tabs into the active window.
Hvad er Only One Window!?
Only One Window! er en Chrome-udvidelse udviklet af barmassimo, og dens hovedfunktion er "Moves all tabs into the active window.".
Udvidelsesskærmbilleder
Download Only One Window!-udvidelses-CRX-fil
Download Only One Window!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Only One Window! |
ID | dglfomdgahnjfpkapfgcafpgekceglil |
Officiel URL | https://chromewebstore.google.com/detail/only-one-window/dglfomdgahnjfpkapfgcafpgekceglil |
Beskrivelse | Moves all tabs into the active window. |
Filstørrelse | 5.5 KB |
Antal Installationer | 48 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2021-10-21 |
Udgivelsesdato | 2021-10-21 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | barmassimo |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } } } |