Quick Tab Switcher
Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…
O que é Quick Tab Switcher?
Quick Tab Switcher é uma extensão do Chrome desenvolvida por me1hi0r, e sua principal característica é "Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quick Tab Switcher
Baixe arquivos de extensão Quick Tab Switcher 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
Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome web browser. Quick Tabs allows you to move quickly between recently used tabs without requiring the use of your mouse, locate and switch to tabs as you need them with minimal keystrokes even when you have large numbers of open tabs.
Informações Básicas da Extensão
Nome | Quick Tab Switcher |
ID | piinjokkgkfeaeaphgconmhgblfjklmc |
URL Oficial | https://chromewebstore.google.com/detail/quick-tab-switcher/piinjokkgkfeaeaphgconmhgblfjklmc |
Descrição | Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome… |
Tamanho do Arquivo | 20.6 KB |
Contagem de Instalações | 45 |
Versão Atual | 0.0.4 |
Última Atualização | 2015-08-27 |
Data de Publicação | 2015-08-27 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | me1hi0r |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/sl0ki/tab-switcher |
URL da Página de Ajuda | https://github.com/sl0ki/tab-switcher |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Tab Switcher", "description": "", "version": "0.0.4", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "commands": { "open_tabs_window": { "suggested_key": { "default": "Ctrl+I", "mac": "Command+I" }, "description": "Open Tab Switcher" } } } |