Pin Last Tab

Make the last tab pinned

O que é Pin Last Tab?

Pin Last Tab é uma extensão do Chrome desenvolvida por ayayael12, e sua principal característica é "Make the last tab pinned".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pin Last Tab

Baixe arquivos de extensão Pin Last 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

                        Use the context menu to pin the last tab                    

Informações Básicas da Extensão

Nome Pin Last Tab Pin Last Tab
ID lmhacemfmaapnkiehojbhmclmdnhjhfn
URL Oficial https://chromewebstore.google.com/detail/pin-last-tab/lmhacemfmaapnkiehojbhmclmdnhjhfn
Descrição Make the last tab pinned
Tamanho do Arquivo 11.71 KB
Contagem de Instalações 13,219
Versão Atual 0.1
Última Atualização 2015-03-13
Data de Publicação 2015-03-13
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor ayayael12
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Make the last tab pinned",
    "version": "0.1",
    "name": "Pin Last Tab",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "resource\/script\/pinLast.js"
        ]
    },
    "icons": {
        "16": "resource\/images\/icon-16.png",
        "48": "resource\/images\/icon-48.png",
        "128": "resource\/images\/icon-128.png"
    }
}