Tab Menu
A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.
什么是Tab Menu?
Tab Menu是由Ye开发的Chrome扩展程序,该扩展的主要功能是“A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.”。
扩展截图
下载Tab Menu扩展crx文件
下载Tab Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tab Menu is a minimalist tab manager for Chrome. It enables you to search, switch, rearrange, and close tabs from the toolbar menu. It supports both mouse operations as well as keyboard operations. This extension was originally created by Frank Yan, who stopped maintaining it around mid 2013. I recovered it from my installation and maintain it on GitHub, for the sake of those who love it.
扩展基本信息
名称 | Tab Menu |
ID | hjeifjagcmihmdcmnfjelgdgpibefmfc |
官方URL | https://chromewebstore.google.com/detail/tab-menu/hjeifjagcmihmdcmnfjelgdgpibefmfc |
简介 | A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu. |
文件大小 | 61.54 KB |
安装次数 | 4,682 |
当前版本 | 9.0.3 |
更新时间 | 2018-04-28 |
上架时间 | 2018-04-28 |
评分 | 4.60/5 共47次评分 |
开发者 | Ye |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "Tab Menu", "description": "A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.", "version": "9.0.3", "browser_action": { "default_icon": { "16": "16.png", "32": "35.png", "48": "48.png", "128": "128.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "icons": { "16": "16.png", "32": "35.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs", "storage", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |