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.”。
扩展截图
下载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 |
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" } } |