Pinned Tab Fix

Set the active tab to the first non-pinned tab on startup.

O que é Pinned Tab Fix?

Pinned Tab Fix é uma extensão do Chrome desenvolvida por Kanon Lo, e sua principal característica é "Set the active tab to the first non-pinned tab on startup.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pinned Tab Fix

Baixe arquivos de extensão Pinned Tab Fix 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

                        Sick of Chrome opening to your pinned tabs? This lightweight extension fixes that! Now Chrome will focus your first unpinned tab when you open the browser.                    

Informações Básicas da Extensão

Nome Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
URL Oficial https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
Descrição Set the active tab to the first non-pinned tab on startup.
Tamanho do Arquivo 7.87 KB
Contagem de Instalações 51
Versão Atual 1.0.0
Última Atualização 2016-04-13
Data de Publicação 2016-04-13
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Kanon Lo
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "author": "Kanon Lo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Set the active tab to the first non-pinned tab on startup.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Pinned Tab Fix",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}