Peek-a-tab, Tabs Manager for Google Chrome™
Search, preview, jump across, and close tabs quickly in your chrome browser.
O que é Peek-a-tab, Tabs Manager for Google Chrome™?
Peek-a-tab, Tabs Manager for Google Chrome™ é uma extensão do Chrome desenvolvida por Pramjeet Ahlawat, e sua principal característica é "Search, preview, jump across, and close tabs quickly in your chrome browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Peek-a-tab, Tabs Manager for Google Chrome™
Baixe arquivos de extensão Peek-a-tab, Tabs Manager for Google Chrome™ 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
Do you have a lot of tabs opened in your browser and find it cumbersome to manage them? well here is the solution. Some points: * Use Alt+Space (Option+Space for mac) to get a list of all the tabs from all the windows. * Search in the title & url to quickly get the tab you want. * Preview a tab on mouse hover or on click. * Jump across between tabs quickly, even in different windows. * Close unnecessary tabs quickly. This extension's source code is available here: https://github.com/pramjeet/peek-a-tab
Informações Básicas da Extensão
Nome | Peek-a-tab, Tabs Manager for Google Chrome™ |
ID | nnpdamdaknpnohmlbnmgphiodghbohop |
URL Oficial | https://chromewebstore.google.com/detail/peek-a-tab-tabs-manager-f/nnpdamdaknpnohmlbnmgphiodghbohop |
Descrição | Search, preview, jump across, and close tabs quickly in your chrome browser. |
Tamanho do Arquivo | 134 KB |
Contagem de Instalações | 8,340 |
Versão Atual | 1.5.6 |
Última Atualização | 2019-07-27 |
Data de Publicação | 2019-07-26 |
Classificação | 4.36/5 Total de 181 Avaliações |
Desenvolvedor | Pramjeet Ahlawat |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Peek-a-tab, Tabs Manager for Google Chrome\u2122", "description": "Search, preview, jump across, and close tabs quickly in your chrome browser.", "version": "1.5.6", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "offline_enabled": true, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Space", "mac": "Alt+Space", "chromeos": "Alt+Space", "linux": "Alt+Space" } } } } |