Tab Search

This extension can be used search through your open tabs and switch to it

Tab Searchとは何ですか?

Tab SearchはKazz Labsによって開発されたChromeの拡張機能で、その主な機能は「This extension can be used search through your open tabs and switch to it」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension allows you to sift through your tabs, search them and switch to a particular one. This is extremely useful if you find yourself opening up 100's of tabs everyday.

Let me know what you think. Any feedback is appreciated.

Keyboard shortcut to open the popup - Ctrl + Shift + K (windows) / Command + Shift + K (mac)

Love the app? Donations accepted :) Paypal: [email protected]

Update
------

Version 1.1: Added keyboard support. Scroll through your search using up and down arrow. Choose your tab by hitting enter key.                    

拡張機能の基本情報

名前 Tab Search Tab Search
ID okenomppckiglcldganbmjogplekbnjc
公式URL https://chromewebstore.google.com/detail/tab-search/okenomppckiglcldganbmjogplekbnjc
説明 This extension can be used search through your open tabs and switch to it
ファイルサイズ 8.01 KB
インストール数 330
現在のバージョン 1.1
最終更新日 2016-04-15
公開日 2016-04-15
評価 4.13/5 合計 8 レビュー
開発者 Kazz Labs
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Search",
    "description": "This extension can be used search through your open tabs and switch to it",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Tab Search",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        }
    }
}