Tab Search

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

Tab Search là gì?

Tab Search là một tiện ích mở rộng Chrome được phát triển bởi Kazz Labs, và tính năng chính của nó là "This extension can be used search through your open tabs and switch to it".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Search

Tải xuống các tệp mở rộng Tab Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Search Tab Search
ID okenomppckiglcldganbmjogplekbnjc
URL Chính Thức https://chromewebstore.google.com/detail/tab-search/okenomppckiglcldganbmjogplekbnjc
Mô tả This extension can be used search through your open tabs and switch to it
Kích Thước Tệp 8.01 KB
Số Lần Cài Đặt 330
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-04-15
Ngày Phát Hành 2016-04-15
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Kazz Labs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}