Tab Finder

Search, pin and open tabs quickly.

Tab Finderとは何ですか?

Tab FinderはMega Appsによって開発されたChromeの拡張機能で、その主な機能は「Search, pin and open tabs quickly.」です。

拡張機能のスクリーンショット

screenshot

Tab Finder拡張機能のCRXファイルをダウンロード

Tab Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Find and navigate to any open tab by searching for the Title or URL. You can pin or close tabs directly from Tab Finder, too. 

Are you a keyboard shortcut virtuoso? We got you covered. You can use both your mouse and your keyboard to navigate through the list of tabs. Ctrl+Shift+Space brings up the extension. You can use the arrow keys to navigate between the tabs and hit enter to bring a tab in focus.                    

拡張機能の基本情報

名前 Tab Finder Tab Finder
ID akikgmngikhdhecndjkjcacfefdbnnin
公式URL https://chromewebstore.google.com/detail/tab-finder/akikgmngikhdhecndjkjcacfefdbnnin
説明 Search, pin and open tabs quickly.
ファイルサイズ 454 KB
インストール数 570
現在のバージョン 1.0
最終更新日 2019-12-31
公開日 2019-12-30
評価 5.00/5 合計 4 レビュー
開発者 Mega Apps
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Tab Finder",
    "name": "Tab Finder",
    "description": "Search, pin and open tabs quickly.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+U",
                "mac": "MacCtrl+Shift+Space"
            }
        }
    }
}