SuperTabs

SuperTabs allows you to list and search current open tabs and switch to them quickly.

SuperTabs là gì?

SuperTabs là một tiện ích mở rộng Chrome được phát triển bởi https://hamedmp.github.io, và tính năng chính của nó là "SuperTabs allows you to list and search current open tabs and switch to them quickly.".

Ả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 SuperTabs

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

                        Have you ever lost in the open tabs of your browser? Do you know how many open tabs you have at the moment? 

SuperTabs allows you to list and search current open tabs and switch to them quickly.

You can search for tabs based on their titles. The number of open tabs is shown as badge counter. By selecting the title of the tabs, it will get activated. You can navigate through the search result using Tab button and pressing Enter will activate that tab. 

For opening the pop up, use the shortcut of Cmd+E on Mac and Ctrl+E on Windows. Video here: https://youtu.be/uad9mZknUDk

Enjoying it? Cheer me up by buying me a coffee, I love it: buymeacoff.ee/hamedmp                    

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

Tên SuperTabs SuperTabs
ID mlgnpmfabelpnbinakibjcaibnfdnpkn
URL Chính Thức https://chromewebstore.google.com/detail/supertabs/mlgnpmfabelpnbinakibjcaibnfdnpkn
Mô tả SuperTabs allows you to list and search current open tabs and switch to them quickly.
Kích Thước Tệp 40.65 KB
Số Lần Cài Đặt 2,683
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-05-28
Ngày Phát Hành 2018-05-28
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://hamedmp.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/HamedMP/SuperTabs
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SuperTabs",
    "description": "SuperTabs allows you to list and search current open tabs and switch to them quickly.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "32": "assets\/icon_32.png",
            "64": "assets\/icon_64.png",
            "128": "assets\/icon_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "SuperTabs"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "global": true
        }
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}