New Window Tab

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

Apa itu New Window Tab?

New Window Tab adalah ekstensi Chrome yang dikembangkan oleh Ashkan, dan fitur utamanya adalah "Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi New Window Tab

Unduh file ekstensi New Window Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama New Window Tab New Window Tab
ID likdgnpafjdanfaaoendcmkkpefbfiel
URL Resmi https://chrome.google.com/webstore/detail/new-window-tab/likdgnpafjdanfaaoendcmkkpefbfiel
Deskripsi Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)
Ukuran File 581 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2014-12-14
Tanggal Publikasi 2014-12-14
Pengembang Ashkan
Tipe Pembayaran free
Situs Ekstensi https://github.com/norcalli/newtabwindow
Bahasa yang Didukung 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"
    ]
}