Tab Move To Side Screen
Moving tabs with a shortcut.
Was ist Tab Move To Side Screen?
Tab Move To Side Screen ist eine Chrome-Erweiterung, die von Furkan Gündel entwickelt wurde, und ihr Hauptmerkmal ist "Moving tabs with a shortcut.".
Erweiterungsscreenshots
Tab Move To Side Screen-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Move To Side Screen-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 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.
Grundlegende Informationen zur Erweiterung
Name | Tab Move To Side Screen |
ID | eniblinanabobmaigjnenpajhhcccmgp |
Offizielle URL | https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp |
Beschreibung | Moving tabs with a shortcut. |
Dateigröße | 3.95 KB |
Installationsanzahl | 64 |
Aktuelle Version | 1.2 |
Letztes Update | 2021-09-29 |
Veröffentlichungsdatum | 2021-09-02 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Furkan Gündel |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } } |