New Window Tab

Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)

Qu'est-ce que New Window Tab ?

New Window Tab est une extension Chrome développée par Ashkan, et sa fonction principale est "Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension New Window Tab

Téléchargez les fichiers d'extension New Window Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A chrome extension that fills a simple need. It creates a keyboard shortcut (Alt+Shift+W by default) which pops out the current tab into a new window. It automatically chooses the window location using chrome's suggestion for a "natural" offset (about 10 pixels offset from parent's top and left). It keeps the same window size as the parent window.                    

Informations de Base sur l'Extension

Nom New Window Tab New Window Tab
ID likdgnpafjdanfaaoendcmkkpefbfiel
URL Officiel https://chrome.google.com/webstore/detail/new-window-tab/likdgnpafjdanfaaoendcmkkpefbfiel
Description Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)
Taille du Fichier 581 KB
Nombre d'Installations 25
Version Actuelle 1.0.0
Dernière Mise à Jour 2014-12-14
Date de Publication 2014-12-14
Développeur Ashkan
Type de Paiement free
Site Web de l'Extension https://github.com/norcalli/newtabwindow
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Window Tab",
    "description": "Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "19",
    "icons": {
        "16": "icons\/win16.png",
        "48": "icons\/win48.png",
        "128": "icons\/win128.png"
    },
    "background": {
        "scripts": [
            "js\/hook.js"
        ],
        "persistent": false
    },
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Alt+Shift+W"
            },
            "description": "Open current tab in new window"
        }
    },
    "permissions": [
        "tabs"
    ]
}