Switch Tabs

The easiest way to switch tabs on Google Chrome.

Switch Tabs là gì?

Switch Tabs là một tiện ích mở rộng Chrome được phát triển bởi https://switchtabs.xyz, và tính năng chính của nó là "The easiest way to switch tabs on Google Chrome.".

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

screenshot
screenshot
screenshot

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

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

                        Switch Tabs is the only extension that lets you easily preview opened tabs and switch between them quickly. 

- Press Alt + X to jump to the previous tab
- Press Alt + C to go to the next tab

Or 

- Use Alt + the keyboard arrows (←, →, ↑, ↓)
- or click with the mouse cursor to select tabs directly.

Enjoy!                    

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

Tên Switch Tabs Switch Tabs
ID idiomkjpboogdmkpndeepnkldhbpnnpb
URL Chính Thức https://chromewebstore.google.com/detail/switch-tabs/idiomkjpboogdmkpndeepnkldhbpnnpb
Mô tả The easiest way to switch tabs on Google Chrome.
Kích Thước Tệp 307 KB
Số Lần Cài Đặt 1,520
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-04-16
Ngày Phát Hành 2017-04-15
Đánh Giá 2.64/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://switchtabs.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://switchtabs.xyz
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Switch Tabs",
    "short_name": "Switch Tabs",
    "description": "The easiest way to switch tabs on Google Chrome.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Switch Tabs"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/cs_styles.css"
            ],
            "js": [
                "libs\/jquery-1.12.0.min.js",
                "libs\/keypress-2.1.4.min.js",
                "libs\/lodash.js",
                "scripts\/config.js",
                "scripts\/actions.js",
                "scripts\/tools.js",
                "scripts\/cs_screenCapture.js",
                "scripts\/cs_bootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "libs\/lodash.js",
            "scripts\/config.js",
            "scripts\/actions.js",
            "scripts\/tools.js",
            "scripts\/bs_screenCapture.js",
            "scripts\/bs_main.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "css\/cs_styles.css",
        "libs\/lodash.js",
        "scripts\/config.js"
    ]
}