Tab Search

This extension can be used search through your open tabs and switch to it

Tab Searchคืออะไร?

Tab Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kazz Labs และคุณลักษณะหลักของมันคือ "This extension can be used search through your open tabs and switch to it"

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

screenshot

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

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

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

                        This extension allows you to sift through your tabs, search them and switch to a particular one. This is extremely useful if you find yourself opening up 100's of tabs everyday.

Let me know what you think. Any feedback is appreciated.

Keyboard shortcut to open the popup - Ctrl + Shift + K (windows) / Command + Shift + K (mac)

Love the app? Donations accepted :) Paypal: [email protected]

Update
------

Version 1.1: Added keyboard support. Scroll through your search using up and down arrow. Choose your tab by hitting enter key.                    

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

ชื่อ Tab Search Tab Search
ID okenomppckiglcldganbmjogplekbnjc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-search/okenomppckiglcldganbmjogplekbnjc
คำอธิบาย This extension can be used search through your open tabs and switch to it
ขนาดไฟล์ 8.01 KB
จำนวนการติดตั้ง 330
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-04-15
วันที่เผยแพร่ 2016-04-15
คะแนน 4.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Kazz Labs
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Search",
    "description": "This extension can be used search through your open tabs and switch to it",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Tab Search",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        }
    }
}