Move tabs between windows

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

Vad är Move tabs between windows?

Move tabs between windows är en Chrome-tillägg utvecklad av Ivan Novikov, och dess huvudfunktion är "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".

Ladda ner Move tabs between windows-förlängningens CRX-fil

Ladda ner Move tabs between windows-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Move tabs between windows Move tabs between windows
ID dcgkknngicjdagcjljfbhgdimlfhafag
Officiell webbadress https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag
Beskrivning Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
Filstorlek 3.54 KB
Antal Installationer 216
Aktuell Version 1.0
Senast Uppdaterad 2016-11-08
Publiceringsdatum 2016-11-08
Betyg 4.83/5 Totalt 6 Betyg
Utvecklare Ivan Novikov
Betalningssätt free
Tilläggswebbplats https://twitter.com/ivan7237d
Stödda Språk 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"
    }
}