Move tab to new window

Move the current tab into a new window

Hvad er Move tab to new window?

Move tab to new window er en Chrome-udvidelse udviklet af Chimera, og dens hovedfunktion er "Move the current tab into a new window".

Download Move tab to new window-udvidelses-CRX-fil

Download Move tab to new window-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

                        Move a tab into its own window. You can bind a shortcut key to this action, allowing you to put a tab in a new window, without taking your hands off the keyboard.

Source code available here: https://github.com/tvdv/Tab2NewWnd                    

Grundlæggende oplysninger om udvidelsen

Navn Move tab to new window Move tab to new window
ID oakjilaellnhaoahkkmafkifjaoommam
Officiel URL https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam
Beskrivelse Move the current tab into a new window
Filstørrelse 4.42 KB
Antal Installationer 80
Nuværende Version 0.1.0.0
Senest Opdateret 2014-04-18
Udgivelsesdato 2014-04-18
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Chimera
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Move tab to new window",
    "version": "0.1.0.0",
    "description": "Move the current tab into a new window",
    "short_name": "TabToNewWnd",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "newWnd.png",
        "default_title": "Move tab to a new Window"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}