LayZ - Tab Manager

This extension helps you manage your tabs

O que é LayZ - Tab Manager?

LayZ - Tab Manager é uma extensão do Chrome desenvolvida por mshefa.dev, e sua principal característica é "This extension helps you manage your tabs".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão LayZ - Tab Manager

Baixe arquivos de extensão LayZ - Tab Manager 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

                        Researched something and suddenly you have 19 tabs open and you want a good way to manage them?
Want to mute all tabs without having to do it individually or manually?
Want to save all your tabs and close out of the browser and maybe open them next time you open your browser?
Want to open all these tabs with a few recently closed tabs in a new window?

LayZ lets you do all those things and more in a very simple way.


Just click on the tabs and choose some from recently closed and click on open in a new window. Click on mute audible and all tabs that created a sound will be muted.                    

Informações Básicas da Extensão

Nome LayZ - Tab Manager LayZ - Tab Manager
ID nlhglepcdncblckllkjomgjmpjdcabdb
URL Oficial https://chromewebstore.google.com/detail/layz-tab-manager/nlhglepcdncblckllkjomgjmpjdcabdb
Descrição This extension helps you manage your tabs
Tamanho do Arquivo 751 KB
Contagem de Instalações 233
Versão Atual 1.0
Última Atualização 2015-11-13
Data de Publicação 2015-11-12
Classificação 3.67/5 Total de 9 Avaliações
Desenvolvedor mshefa.dev
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LayZ - Tab Manager",
    "description": "This extension helps you manage your tabs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "sessions",
        "storage"
    ]
}