Move tabs between windows

Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.

Co to jest Move tabs between windows?

Move tabs between windows to rozszerzenie Chrome opracowane przez Ivan Novikov, a jego główną funkcją jest „Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.”.

Pobierz plik CRX rozszerzenia Move tabs between windows

Pobierz pliki rozszerzeń Move tabs between windows 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

                        Usually you have just the current tab selected, but Chrome also has built-in functionality to select multiple tabs:

— To select specific tabs in a window, click tab handles while holding down Cmd (Mac) or Ctrl (Windows) key.

— To select a range of tabs, click tab handles while holding down the Shift key.

Source code: https://github.com/ivan7237d/move-tabs                    

Podstawowe informacje o rozszerzeniu

Nazwa Move tabs between windows Move tabs between windows
ID dcgkknngicjdagcjljfbhgdimlfhafag
Oficjalny URL https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag
Opis Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
Rozmiar pliku 3.54 KB
Liczba instalacji 216
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-11-08
Data Publikacji 2016-11-08
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper Ivan Novikov
Typ Płatności free
Strona Rozszerzenia https://twitter.com/ivan7237d
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Move tabs between windows",
    "version": "1.0",
    "description": "Click the extension's toolbar button, then switch to another Chrome window \u2014 selected tab(s) will move to that window.",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Move tabs to another window"
    }
}