complit

combine and split tabs.

Apa itu complit?

complit adalah ekstensi Chrome yang dikembangkan oleh takc923, dan fitur utamanya adalah "combine and split tabs.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi complit

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

                        COMbine and sPLIT tabs.

To split tabs
- select tabs (shift + click or command + click tab)
- click button to create new window with selected tabs.

To combine tabs
- don't select tabs
- click button to move tabs of last focused window into current window.                    

Informasi Dasar Ekstensi

Nama complit complit
ID pmjnllcflhjbbicackpaihinkkhbngco
URL Resmi https://chromewebstore.google.com/detail/complit/pmjnllcflhjbbicackpaihinkkhbngco
Deskripsi combine and split tabs.
Ukuran File 10.35 KB
Jumlah Instalasi 162
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2014-10-13
Tanggal Publikasi 2014-10-13
Penilaian 5.00/5 Total 3 Penilaian
Pengembang takc923
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "complit",
    "manifest_version": 2,
    "version": "0.1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "combine and split tabs.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "complit!"
    }
}