Only One Window!

Moves all tabs into the active window.

Qu'est-ce que Only One Window! ?

Only One Window! est une extension Chrome développée par barmassimo, et sa fonction principale est "Moves all tabs into the active window.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Only One Window!

Téléchargez les fichiers d'extension Only One Window! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Only One Window! Only One Window!
ID dglfomdgahnjfpkapfgcafpgekceglil
URL Officiel https://chromewebstore.google.com/detail/only-one-window/dglfomdgahnjfpkapfgcafpgekceglil
Description Moves all tabs into the active window.
Taille du Fichier 5.5 KB
Nombre d'Installations 48
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-10-21
Date de Publication 2021-10-21
Évaluation 1.00/5 Total 1 Évaluations
Développeur barmassimo
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            }
        }
    }
}