Move tabs between windows

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

Apa itu Move tabs between windows?

Move tabs between windows adalah ekstensi Chrome yang dikembangkan oleh Ivan Novikov, dan fitur utamanya adalah "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".

Unduh Berkas CRX Ekstensi Move tabs between windows

Unduh file ekstensi Move tabs between windows 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

                        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                    

Informasi Dasar Ekstensi

Nama Move tabs between windows Move tabs between windows
ID dcgkknngicjdagcjljfbhgdimlfhafag
URL Resmi https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag
Deskripsi Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
Ukuran File 3.54 KB
Jumlah Instalasi 216
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-11-08
Tanggal Publikasi 2016-11-08
Penilaian 4.83/5 Total 6 Penilaian
Pengembang Ivan Novikov
Tipe Pembayaran free
Situs Ekstensi https://twitter.com/ivan7237d
Bahasa yang Didukung 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"
    }
}