Move tabs between windows

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

Hvad er Move tabs between windows?

Move tabs between windows er en Chrome-udvidelse udviklet af Ivan Novikov, og dens hovedfunktion er "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".

Download Move tabs between windows-udvidelses-CRX-fil

Download Move tabs between windows-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Move tabs between windows Move tabs between windows
ID dcgkknngicjdagcjljfbhgdimlfhafag
Officiel URL https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag
Beskrivelse Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
Filstørrelse 3.54 KB
Antal Installationer 216
Nuværende Version 1.0
Senest Opdateret 2016-11-08
Udgivelsesdato 2016-11-08
Bedømmelse 4.83/5 Samlet 6 Bedømmelser
Udvikler Ivan Novikov
Betalingsmetode free
Udvidelseswebsted https://twitter.com/ivan7237d
Understøttede Sprog 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"
    }
}