Tab Move To Side Screen

Moving tabs with a shortcut.

Cos'è Tab Move To Side Screen?

Tab Move To Side Screen è un'estensione di Chrome sviluppata da Furkan Gündel, e la sua funzione principale è "Moving tabs with a shortcut.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Tab Move To Side Screen

Scarica i file di estensione Tab Move To Side Screen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This chrome extension is making it possible the move the Chrome tab to another Chrome window just with an adjustable shortcut "Alt + M". (comes handy if you use two seperate Chrome windows with two monitors)

When you want to move you tab to the last active chrome window you just need to press "Alt + M" and it is done for you.

You can adjust the shortcut as you like from the shortcuts menu of this panel chrome://extensions/shortcuts.                    

Informazioni di Base sull'Estensione

Nome Tab Move To Side Screen Tab Move To Side Screen
ID eniblinanabobmaigjnenpajhhcccmgp
URL Ufficiale https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp
Descrizione Moving tabs with a shortcut.
Dimensione del File 3.95 KB
Conteggio Installazioni 64
Versione Corrente 1.2
Ultimo Aggiornamento 2021-09-29
Data di Pubblicazione 2021-09-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Furkan Gündel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Move To Side Screen",
    "description": "Moving tabs with a shortcut.",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "move": {
            "suggested_key": "Alt+M",
            "description": "Move Tab"
        }
    }
}