Tab Finder

Search, pin and open tabs quickly.

Tab Finderคืออะไร?

Tab Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mega Apps และคุณลักษณะหลักของมันคือ "Search, pin and open tabs quickly."

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

screenshot

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

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

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

                        Find and navigate to any open tab by searching for the Title or URL. You can pin or close tabs directly from Tab Finder, too. 

Are you a keyboard shortcut virtuoso? We got you covered. You can use both your mouse and your keyboard to navigate through the list of tabs. Ctrl+Shift+Space brings up the extension. You can use the arrow keys to navigate between the tabs and hit enter to bring a tab in focus.                    

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

ชื่อ Tab Finder Tab Finder
ID akikgmngikhdhecndjkjcacfefdbnnin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-finder/akikgmngikhdhecndjkjcacfefdbnnin
คำอธิบาย Search, pin and open tabs quickly.
ขนาดไฟล์ 454 KB
จำนวนการติดตั้ง 570
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-12-31
วันที่เผยแพร่ 2019-12-30
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Mega Apps
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Tab Finder",
    "name": "Tab Finder",
    "description": "Search, pin and open tabs quickly.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+U",
                "mac": "MacCtrl+Shift+Space"
            }
        }
    }
}