Find My Tab

This extension will help you find your tab accross multiple windows.

O que é Find My Tab?

Find My Tab é uma extensão do Chrome desenvolvida por Harshad Mane, e sua principal característica é "This extension will help you find your tab accross multiple windows.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Find My Tab

Baixe arquivos de extensão Find My Tab 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 will help you find your tab accross multiple windows. 
Listing of all tabs will appear when you click on extension button. 
Then you can search by typing. 

Use Tab button to navigate in following list and hit Enter button to open the highlighted tab in list.

Developed by Harshad Mane, [email protected]                    

Informações Básicas da Extensão

Nome Find My Tab Find My Tab
ID kfjkbejnhfkijofhgjkbgaipejcabmma
URL Oficial https://chromewebstore.google.com/detail/find-my-tab/kfjkbejnhfkijofhgjkbgaipejcabmma
Descrição This extension will help you find your tab accross multiple windows.
Tamanho do Arquivo 133 KB
Contagem de Instalações 21
Versão Atual 1.3
Última Atualização 2017-04-06
Data de Publicação 2017-04-06
Classificação 4.36/5 Total de 14 Avaliações
Desenvolvedor Harshad Mane
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find My Tab",
    "description": "This extension will help you find your tab accross multiple windows.",
    "version": "1.3",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "fmt.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}