Drop Tab

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

What is Drop Tab?

Drop Tab is a Chrome extension developed by https://varubi.com, and its main feature is "Adds a dropdown list in the browser bar with all your tabs.".

Extension Screenshots

screenshot

Download Drop Tab Extension CRX File

Download Drop Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Drop Tab Drop Tab
ID pidlikiomdabckocpcpjeefhlnmobllc
Official URL https://chromewebstore.google.com/detail/drop-tab/pidlikiomdabckocpcpjeefhlnmobllc
Description Adds a dropdown list in the browser bar with all your tabs.
File Size 5.52 KB
Installation Count 119
Current Version 1.0.2
Last Updated 2015-11-08
Publish Date 2015-11-08
Rating 4.00/5 Total 3 Ratings
Developer https://varubi.com
Payment Type free
Supported Languages 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"
    }
}