PopOut

Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.

Apa itu PopOut?

PopOut adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi PopOut

Unduh file ekstensi PopOut 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

                        PopOut
======
A tiny chrome extension that adds a 'Pop out tabs to right' button to your menu bar. Click it to move your current tab and all tabs to the right to a new browser window.

Feel free to contact me at http://lpm.io/contact with any questions!                    

Informasi Dasar Ekstensi

Nama PopOut PopOut
ID pepmkldcbobcclmpplfpbllopdkipnnd
URL Resmi https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd
Deskripsi Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
Ukuran File 5.66 KB
Jumlah Instalasi 111
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-04-11
Tanggal Publikasi 2014-04-11
Penilaian 3.86/5 Total 7 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PopOut",
    "short_name": "PopOut",
    "version": "1.0",
    "description": "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Pop out tabs to right"
    }
}