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 |
官方網址 | 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" } } |