OmniTab
Quickly switch tabs using the omnibar
O que é OmniTab?
OmniTab é uma extensão do Chrome desenvolvida por James Kwan, e sua principal característica é "Quickly switch tabs using the omnibar".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OmniTab
Baixe arquivos de extensão OmniTab 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
OmniTab lets you search your tabs with the omnibox. To start, you type in the keyword "o" in the address bar, and tap space to activate OmniTab search. Then, type in the name of the tab that you want to find and press enter.
Informações Básicas da Extensão
Nome | OmniTab |
ID | poegalffpegekkadabibgmjoinhahbbb |
URL Oficial | https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb |
Descrição | Quickly switch tabs using the omnibar |
Tamanho do Arquivo | 63.65 KB |
Contagem de Instalações | 378 |
Versão Atual | 1.2.1 |
Última Atualização | 2013-02-20 |
Data de Publicação | 2013-02-20 |
Classificação | 4.31/5 Total de 13 Avaliações |
Desenvolvedor | James Kwan |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OmniTab", "version": "1.2.1", "description": "Quickly switch tabs using the omnibar", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "omnibox": { "keyword": "o" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |