Tab Search

Type 'tab' into the omni-bar to auto search tabs.

Tab Searchคืออะไร?

Tab Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christopher Woodall และคุณลักษณะหลักของมันคือ "Type 'tab' into the omni-bar to auto search tabs."

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

screenshot

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

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

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

                        Tabs a mess? 99 things open but none are what you're looking for? Give Tab Search a try. Just type 'tab' and a guess as to the name or url of the tab you're looking for into the omnibar and automagically be taken to that tab.                    

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

ชื่อ Tab Search Tab Search
ID pnpaghglijhcifnapcejommkplmmiaga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-search/pnpaghglijhcifnapcejommkplmmiaga
คำอธิบาย Type 'tab' into the omni-bar to auto search tabs.
ขนาดไฟล์ 17.01 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-02-01
วันที่เผยแพร่ 2015-02-01
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Christopher Woodall
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Search",
    "description": "Type 'tab' into the omni-bar to auto search tabs.",
    "version": "1.0",
    "omnibox": {
        "keyword": "tab"
    },
    "icons": {
        "16": "app\/assets\/img\/logo16.png",
        "48": "app\/assets\/img\/logo48.png",
        "128": "app\/assets\/img\/logo128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "app\/BackgroundScript.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}