Only One Window!

Moves all tabs into the active window.

Wat is Only One Window!?

Only One Window! is een Chrome-extensie ontwikkeld door barmassimo, en de belangrijkste functie is "Moves all tabs into the active window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Only One Window!

Download Only One Window!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Only One Window! Only One Window!
ID dglfomdgahnjfpkapfgcafpgekceglil
Officiële URL https://chromewebstore.google.com/detail/only-one-window/dglfomdgahnjfpkapfgcafpgekceglil
Beschrijving Moves all tabs into the active window.
Bestandsgrootte 5.5 KB
Aantal Installaties 48
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-10-21
Publicatiedatum 2021-10-21
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar barmassimo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            }
        }
    }
}