Tab Finder
Search through tabs for title.
O que é Tab Finder?
Tab Finder é uma extensão do Chrome desenvolvida por https://hexagonvoxels.com, e sua principal característica é "Search through tabs for title.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Finder
Baixe arquivos de extensão Tab Finder 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
This extension allows you to search through your open tabs in order to find a tab that you are looking for. It's helpful whenever you have many tabs open and your tab titles are truncated.
Informações Básicas da Extensão
Nome | Tab Finder |
ID | ofjeoodmfogpeinbafdommgdecgjelac |
URL Oficial | https://chromewebstore.google.com/detail/tab-finder/ofjeoodmfogpeinbafdommgdecgjelac |
Descrição | Search through tabs for title. |
Tamanho do Arquivo | 285 KB |
Contagem de Instalações | 46 |
Versão Atual | 0.1.2 |
Última Atualização | 2017-01-04 |
Data de Publicação | 2017-01-04 |
Desenvolvedor | https://hexagonvoxels.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/zero298/TabFinder |
URL da Página de Ajuda | https://github.com/zero298/TabFinder |
Idiomas Suportados | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionName__", "version": "0.1.2", "author": "zero298", "default_locale": "en", "description": "__MSG_extensionDescription__", "options_ui": { "page": "html\/options.html", "chrome_style": true }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon16.png", "38": "img\/icon48.png" }, "default_title": "__MSG_extensionName__", "default_popup": "html\/tabfinder.html" }, "permissions": [ "tabs", "storage" ] } |