Favitabs

Organise tabs by favicon, navigate them with mouse or keyboard

什麼是Favitabs?

Favitabs是由Richard Tucker開發的Chrome擴展程式,該擴展的主要功能是“Organise tabs by favicon, navigate them with mouse or keyboard”。

擴展截圖

screenshot

下載Favitabs擴展crx文件

下載Favitabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Favitabs Favitabs
ID cooeblelamnaioffbochepdnmminogdg
官方網址 https://chromewebstore.google.com/detail/favitabs/cooeblelamnaioffbochepdnmminogdg
簡介 Organise tabs by favicon, navigate them with mouse or keyboard
檔案大小 9.44 KB
安裝次數 3,985
目前版本 1.1
更新時間 2022-10-31
上架時間 2019-02-08
評分 4.92/5 共 12 次評分
開發者 Richard Tucker
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}