BurstTab

BurstTab is a fuzzy finder for chrome tabs.

Apa itu BurstTab?

BurstTab adalah ekstensi Chrome yang dikembangkan oleh Samarth Wahal, dan fitur utamanya adalah "BurstTab is a fuzzy finder for chrome tabs.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi BurstTab

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

                        BurstTab is a fuzzy tab finder for the chrome browser.

Features:
    - Type text to filter and sort the tabs by best match.
    - Switch to tab using mouse or keyboard.
    - Close any tab using mouse or keyboard.


Shortcuts:
    - Ctrl+Shift+L activates the extension.
    - Ctrl+Shift+; closes the selected tab.                    

Informasi Dasar Ekstensi

Nama BurstTab BurstTab
ID adhclekhkhclgbecfnoeedngokjggigm
URL Resmi https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm
Deskripsi BurstTab is a fuzzy finder for chrome tabs.
Ukuran File 92.5 KB
Jumlah Instalasi 29
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2015-02-20
Tanggal Publikasi 2015-02-20
Penilaian 4.75/5 Total 4 Penilaian
Pengembang Samarth Wahal
Tipe Pembayaran free
Situs Ekstensi https://github.com/LordZamy/BurstTab
URL Halaman Bantuan https://github.com/LordZamy/BurstTab
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BurstTab",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "BurstTab is a fuzzy finder for chrome tabs.",
    "homepage_url": "https:\/\/github.com\/LordZamy\/BurstTab",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "BurstTab",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}