Tab search

Search your tabs and switch using the keyboard

Tab searchคืออะไร?

Tab search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robert.anderberg และคุณลักษณะหลักของมันคือ "Search your tabs and switch using the keyboard"

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

ดาวน์โหลดไฟล์ส่วนขยาย Tab search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hit Ctrl-Y to search all titles, urls and content of all open tabs, select a tab with up/down arrow keys, and hit enter to switch.

What's New?
-----------


If you're switching to a tab in another window, bring that window to the front.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab search Tab search
ID kackhdbfodjglfgdmjkjmjmoohbgcagf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-search/kackhdbfodjglfgdmjkjmjmoohbgcagf
คำอธิบาย Search your tabs and switch using the keyboard
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2014-01-28
วันที่เผยแพร่ 2014-01-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา robert.anderberg
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab search",
    "description": "Search your tabs and switch using the keyboard",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "history"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Y"
            }
        }
    }
}