Favitabs

Organise tabs by favicon, navigate them with mouse or keyboard

Favitabs là gì?

Favitabs là một tiện ích mở rộng Chrome được phát triển bởi Richard Tucker, và tính năng chính của nó là "Organise tabs by favicon, navigate them with mouse or keyboard".

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

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

                        Are you fed up with having so many tabs and never being able to find the right one? Do end up with many duplicate tabs as a result? Favitabs shows all your tabs at a glance, organised by favicon and title. It works both as a replacement for the new tab page and as a pop-up which you can set to whatever key combination you like. It also lets you quickly search for tabs by title and navigate them using the keyboard.

Favitabs does not request unnecessary permissions and does not have access to page content. It does not spy on you and send information to any server. It does not include any ads.                    

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

Tên Favitabs Favitabs
ID cooeblelamnaioffbochepdnmminogdg
URL Chính Thức https://chromewebstore.google.com/detail/favitabs/cooeblelamnaioffbochepdnmminogdg
Mô tả Organise tabs by favicon, navigate them with mouse or keyboard
Kích Thước Tệp 9.44 KB
Số Lần Cài Đặt 3,985
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-10-31
Ngày Phát Hành 2019-02-08
Đánh Giá 4.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Richard Tucker
Email [email protected]
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": 3,
    "name": "Favitabs",
    "author": "Richard Tucker",
    "version": "1.1",
    "description": "Organise tabs by favicon, navigate them with mouse or keyboard",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+F"
            }
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_popup": "popup.html"
    }
}