Tab Move To Side Screen

Moving tabs with a shortcut.

Co to jest Tab Move To Side Screen?

Tab Move To Side Screen to rozszerzenie Chrome opracowane przez Furkan Gündel, a jego główną funkcją jest „Moving tabs with a shortcut.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Tab Move To Side Screen

Pobierz pliki rozszerzeń Tab Move To Side Screen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Move To Side Screen Tab Move To Side Screen
ID eniblinanabobmaigjnenpajhhcccmgp
Oficjalny URL https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp
Opis Moving tabs with a shortcut.
Rozmiar pliku 3.95 KB
Liczba instalacji 64
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-09-29
Data Publikacji 2021-09-02
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Furkan Gündel
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    }
}