wquicktabs

Quick search through your tabs

Apa itu wquicktabs?

wquicktabs adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Quick search through your tabs".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi wquicktabs

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

                        Quickly filter, find and move across all your tabs from all windows. Activate it by clicking on the icon or by key bindings MAC: Command + Shift + L | WINDOWS: Ctrl + Shift + L                    

Informasi Dasar Ekstensi

Nama wquicktabs wquicktabs
ID jiapgndgdeanmlddflmlldnnkfojgieb
URL Resmi https://chromewebstore.google.com/detail/wquicktabs/jiapgndgdeanmlddflmlldnnkfojgieb
Deskripsi Quick search through your tabs
Ukuran File 308 KB
Jumlah Instalasi 137
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-12-04
Tanggal Publikasi 2018-12-04
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi http://wquicktabs.com
URL Halaman Bantuan http://wquicktabs.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wquicktabs",
    "description": "Quick search through your tabs",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "wquicktabs",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "history",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Ctrl+Shift+L"
            }
        }
    }
}