Tab Move To Side Screen

Moving tabs with a shortcut.

Wat is Tab Move To Side Screen?

Tab Move To Side Screen is een Chrome-extensie ontwikkeld door Furkan Gündel, en de belangrijkste functie is "Moving tabs with a shortcut.".

Extensie Screenshots

Download het CRX-bestand van de extensie Tab Move To Side Screen

Download Tab Move To Side Screen-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 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.                    

Basisinformatie over de Extensie

Naam Tab Move To Side Screen Tab Move To Side Screen
ID eniblinanabobmaigjnenpajhhcccmgp
Officiële URL https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp
Beschrijving Moving tabs with a shortcut.
Bestandsgrootte 3.95 KB
Aantal Installaties 64
Huidige Versie 1.2
Laatst Bijgewerkt 2021-09-29
Publicatiedatum 2021-09-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Furkan Gündel
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}