Only One Window!

Moves all tabs into the active window.

Was ist Only One Window!?

Only One Window! ist eine Chrome-Erweiterung, die von barmassimo entwickelt wurde, und ihr Hauptmerkmal ist "Moves all tabs into the active window.".

Erweiterungsscreenshots

screenshot

Only One Window!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Only One Window!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Only One Window! Only One Window!
ID dglfomdgahnjfpkapfgcafpgekceglil
Offizielle URL https://chromewebstore.google.com/detail/only-one-window/dglfomdgahnjfpkapfgcafpgekceglil
Beschreibung Moves all tabs into the active window.
Dateigröße 5.5 KB
Installationsanzahl 48
Aktuelle Version 1.0.1
Letztes Update 2021-10-21
Veröffentlichungsdatum 2021-10-21
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler barmassimo
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            }
        }
    }
}