Tab Menu
A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.
O que é Tab Menu?
Tab Menu é uma extensão do Chrome desenvolvida por Ye, e sua principal característica é "A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Menu
Baixe arquivos de extensão Tab Menu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Tab Menu |
ID | hjeifjagcmihmdcmnfjelgdgpibefmfc |
URL Oficial | https://chromewebstore.google.com/detail/tab-menu/hjeifjagcmihmdcmnfjelgdgpibefmfc |
Descrição | A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu. |
Tamanho do Arquivo | 61.54 KB |
Contagem de Instalações | 4,682 |
Versão Atual | 9.0.3 |
Última Atualização | 2018-04-28 |
Data de Publicação | 2018-04-28 |
Classificação | 4.60/5 Total de 47 Avaliações |
Desenvolvedor | Ye |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |