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
官方網址 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"
            }
        }
    }
}