Pinned Tabs

Keep Pinned Tabs When Open New Window

O que é Pinned Tabs?

Pinned Tabs é uma extensão do Chrome desenvolvida por wnaklulu, e sua principal característica é "Keep Pinned Tabs When Open New Window".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pinned Tabs

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

                        The closed window is pinned the next time the label is reopened, and the new window automatically synchronizes pinned labels 
1. Need to fix the tag right pinned tag
2. Open the extension input name to save the pinned label
3. Select enable next time will automatically open enabled tag group
4. [github](https://github.com/0851/pinned)
5. [demo](https://raw.githubusercontent.com/0851/pinned/master/images/use.mp4)                    

Informações Básicas da Extensão

Nome Pinned Tabs Pinned Tabs
ID biccgodmohjplafdhicdhkdeeejcmgia
URL Oficial https://chromewebstore.google.com/detail/pinned-tabs/biccgodmohjplafdhicdhkdeeejcmgia
Descrição Keep Pinned Tabs When Open New Window
Tamanho do Arquivo 41.32 KB
Contagem de Instalações 24
Versão Atual 1.0.0
Última Atualização 2019-01-21
Data de Publicação 2019-01-20
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor wnaklulu
Tipo de Pagamento free
Site da Extensão https://github.com/0851/pinned
URL da Página de Ajuda https://github.com/0851/pinned/issues
Idiomas Suportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name_sort__",
    "version": "1.0.0",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon32.png",
        "48": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon32.png",
            "48": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_ext_name__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": false
    }
}