Move tab to new window

Move the current tab into a new window

Wat is Move tab to new window?

Move tab to new window is een Chrome-extensie ontwikkeld door Chimera, en de belangrijkste functie is "Move the current tab into a new window".

Download het CRX-bestand van de extensie Move tab to new window

Download Move tab to new window-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Move tab to new window Move tab to new window
ID oakjilaellnhaoahkkmafkifjaoommam
Officiële URL https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam
Beschrijving Move the current tab into a new window
Bestandsgrootte 4.42 KB
Aantal Installaties 80
Huidige Versie 0.1.0.0
Laatst Bijgewerkt 2014-04-18
Publicatiedatum 2014-04-18
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Chimera
Betalingswijze free
Ondersteunde Talen 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
}