Only One Window!
Moves all tabs into the active window.
What is Only One Window!?
Only One Window! is a Chrome extension developed by barmassimo, and its main feature is "Moves all tabs into the active window.".
Extension Screenshots
Download Only One Window! Extension CRX File
Download Only One Window! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Only One Window! |
ID | dglfomdgahnjfpkapfgcafpgekceglil |
Official URL | https://chromewebstore.google.com/detail/only-one-window/dglfomdgahnjfpkapfgcafpgekceglil |
Description | Moves all tabs into the active window. |
File Size | 5.5 KB |
Installation Count | 48 |
Current Version | 1.0.1 |
Last Updated | 2021-10-21 |
Publish Date | 2021-10-21 |
Rating | 1.00/5 Total 1 Ratings |
Developer | barmassimo |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } } |