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" } |