BurstTab

BurstTab is a fuzzy finder for chrome tabs.

BurstTabคืออะไร?

BurstTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Samarth Wahal และคุณลักษณะหลักของมันคือ "BurstTab is a fuzzy finder for chrome tabs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BurstTab

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            }
        }
    }
}