Tab Move To Side Screen

Moving tabs with a shortcut.

Qu'est-ce que Tab Move To Side Screen ?

Tab Move To Side Screen est une extension Chrome développée par Furkan Gündel, et sa fonction principale est "Moving tabs with a shortcut.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Tab Move To Side Screen

Téléchargez les fichiers d'extension Tab Move To Side Screen 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 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.                    

Informations de Base sur l'Extension

Nom Tab Move To Side Screen Tab Move To Side Screen
ID eniblinanabobmaigjnenpajhhcccmgp
URL Officiel https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp
Description Moving tabs with a shortcut.
Taille du Fichier 3.95 KB
Nombre d'Installations 64
Version Actuelle 1.2
Dernière Mise à Jour 2021-09-29
Date de Publication 2021-09-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur Furkan Gündel
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}