Fast Tab Switch

Switch tabs by selecting the screenshot of a tab.

Fast Tab Switch là gì?

Fast Tab Switch là một tiện ích mở rộng Chrome được phát triển bởi EagerLogic, và tính năng chính của nó là "Switch tabs by selecting the screenshot of a tab.".

Ả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 Fast Tab Switch

Tải xuống các tệp mở rộng Fast Tab Switch 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

                        If you are lost in lots of tabs than this extension is for you. Press Alt+T and you can switch tabs choosing its screenshot. It's lot faster than reading the name of the tabs.                    

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

Tên Fast Tab Switch Fast Tab Switch
ID nahgoobilmipjlggkihbjjfkajalacje
URL Chính Thức https://chrome.google.com/webstore/detail/fast-tab-switch/nahgoobilmipjlggkihbjjfkajalacje
Mô tả Switch tabs by selecting the screenshot of a tab.
Kích Thước Tệp 216 KB
Số Lần Cài Đặt 216
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-04-30
Ngày Phát Hành 2015-04-30
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển EagerLogic
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Tab Switch",
    "description": "Switch tabs by selecting the screenshot of a tab.",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "64": "logo_64.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    },
    "browser_action": {
        "default_icon": "logo_32.png",
        "default_title": "Fast Tab Switch - Alt+T"
    }
}