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