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
公式URL 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
Eメール [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"
    }
}