TurboTab

Spotlight search for chrome tabs, bookmarks and history!

TurboTabとは何ですか?

TurboTabはShuoWuによって開発されたChromeの拡張機能で、その主な機能は「Spotlight search for chrome tabs, bookmarks and history!」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        TurboTab provide spotlight search for chrome tabs, bookmarks and history, it can perfectly solve your headache if you always have tons of tabs opened in window.

NO USER DATA IS COLLECTED BY TURBOTAB!!!

Features:
1. Search opened tabs, bookmarks and history from spotlight search bar.
2. Group tabs by domain.
3. Split windows by context menus
4. Prevent duplicated tabs been opened, TurboTab will navigate to existed tab if you are trying to open a duplicated tab. Duplicated tabs can be opened in different window.
5. Powerful keyboard shortcut support.                    

拡張機能の基本情報

名前 TurboTab TurboTab
ID kdmkoepjgipnaklodkcldgojbhppcfpl
公式URL https://chromewebstore.google.com/detail/turbotab/kdmkoepjgipnaklodkcldgojbhppcfpl
説明 Spotlight search for chrome tabs, bookmarks and history!
ファイルサイズ 16.29 KB
インストール数 190
現在のバージョン 0.0.8
最終更新日 2017-02-09
公開日 2017-02-09
評価 3.89/5 合計 9 レビュー
開発者 ShuoWu
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TurboTab",
    "version": "0.0.8",
    "description": "Spotlight search for chrome tabs, bookmarks and history!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L"
            }
        },
        "group": {
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "mac": "MacCtrl+Shift+G"
            },
            "description": "Group tabs in current window by domain"
        }
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "history",
        "contextMenus",
        "storage"
    ]
}