Drop Tab

Adds a dropdown list in the browser bar with all your tabs.

Apa itu Drop Tab?

Drop Tab adalah ekstensi Chrome yang dikembangkan oleh https://varubi.com, dan fitur utamanya adalah "Adds a dropdown list in the browser bar with all your tabs.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Drop Tab

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

                        Tab Management tool that allows easy navigation of tabs, by showing page titles next to their favicon in a dropdown style list.

Left click - Go to tab
Right click - Close tab                    

Informasi Dasar Ekstensi

Nama Drop Tab Drop Tab
ID pidlikiomdabckocpcpjeefhlnmobllc
URL Resmi https://chromewebstore.google.com/detail/drop-tab/pidlikiomdabckocpcpjeefhlnmobllc
Deskripsi Adds a dropdown list in the browser bar with all your tabs.
Ukuran File 5.52 KB
Jumlah Instalasi 119
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2015-11-08
Tanggal Publikasi 2015-11-08
Penilaian 4.00/5 Total 3 Penilaian
Pengembang https://varubi.com
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drop Tab",
    "description": "Adds a dropdown list in the browser bar with all your tabs.",
    "version": "1.0.2",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}