BurstTab

BurstTab is a fuzzy finder for chrome tabs.

BurstTabとは何ですか?

BurstTabはSamarth Wahalによって開発されたChromeの拡張機能で、その主な機能は「BurstTab is a fuzzy finder for chrome tabs.」です。

拡張機能のスクリーンショット

screenshot
screenshot

BurstTab拡張機能のCRXファイルをダウンロード

BurstTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BurstTab BurstTab
ID adhclekhkhclgbecfnoeedngokjggigm
公式URL https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm
説明 BurstTab is a fuzzy finder for chrome tabs.
ファイルサイズ 92.5 KB
インストール数 29
現在のバージョン 0.0.3
最終更新日 2015-02-20
公開日 2015-02-20
評価 4.75/5 合計 4 レビュー
開発者 Samarth Wahal
支払い方法 free
拡張機能のウェブサイト https://github.com/LordZamy/BurstTab
ヘルプページのURL https://github.com/LordZamy/BurstTab
対応言語 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"
            }
        }
    }
}