Forever pinned

Allows you to open a set of pinned tabs when chrome starts up

O que é Forever pinned?

Forever pinned é uma extensão do Chrome desenvolvida por scottw.io, e sua principal característica é "Allows you to open a set of pinned tabs when chrome starts up".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Forever pinned

Baixe arquivos de extensão Forever pinned 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

                        Forever pinned allows you to define a list pinned tabs which will be created and pinned at startup. If you rely on pinned tabs you probably will have noticed that sometimes they can accidentally get closed while using Chrome, with Forever pinned this is no longer an issue.

• Open a list of pinned tabs on startup
• Option to reopen pinned tabs when a new window is create
• Remove any duplicate tabs created while using multiple windows                    

Informações Básicas da Extensão

Nome Forever pinned Forever pinned
ID nigigpmchbpkjjgncmpiggfnikllldlh
URL Oficial https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh
Descrição Allows you to open a set of pinned tabs when chrome starts up
Tamanho do Arquivo 311 KB
Contagem de Instalações 8,711
Versão Atual 0.29
Última Atualização 2019-02-02
Data de Publicação 2019-02-02
Classificação 3.92/5 Total de 38 Avaliações
Desenvolvedor scottw.io
Tipo de Pagamento free
Site da Extensão http://www.scottw.io
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forever pinned",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/q.js",
            "js\/lodash.js",
            "js\/startup.js"
        ]
    },
    "options_page": "options.html",
    "description": "Allows you to open a set of pinned tabs when chrome starts up",
    "version": "0.29",
    "browser_action": {
        "default_title": "Click to get restore Pinned Tabs!"
    }
}