Drop Tab

Adds a dropdown list in the browser bar with all your tabs.

Drop Tabとは何ですか?

Drop Tabはhttps://varubi.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a dropdown list in the browser bar with all your tabs.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Tab Management tool that allows easy navigation of tabs, by showing page titles next to their favicon in a dropdown style list.

Left click - Go to tab
Right click - Close tab                    

拡張機能の基本情報

名前 Drop Tab Drop Tab
ID pidlikiomdabckocpcpjeefhlnmobllc
公式URL https://chromewebstore.google.com/detail/drop-tab/pidlikiomdabckocpcpjeefhlnmobllc
説明 Adds a dropdown list in the browser bar with all your tabs.
ファイルサイズ 5.52 KB
インストール数 119
現在のバージョン 1.0.2
最終更新日 2015-11-08
公開日 2015-11-08
評価 4.00/5 合計 3 レビュー
開発者 https://varubi.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drop Tab",
    "description": "Adds a dropdown list in the browser bar with all your tabs.",
    "version": "1.0.2",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}