Workspace

Store unneeded tabs in one page, and free up tab space

O que é Workspace?

Workspace é uma extensão do Chrome desenvolvida por Freeman Lou, e sua principal característica é "Store unneeded tabs in one page, and free up tab space".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Workspace

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

                        Sometimes there are tabs that are not needed immediately, but are also not important enough to be bookmarked. Workspace temporarily stores the links in one page, freeing tab space and allowing for more flexibility.

Use by clicking on the added button next to address bar. A small window will appear that says "Save All Tabs". Click and all your tabs will disappear; they are listed on a newly created tab. Restore them all with one button!

Icon by http://appercuts.blogspot.com/                    

Informações Básicas da Extensão

Nome Workspace Workspace
ID pfpbeaemdigklchgdmmkldnaieimmmin
URL Oficial https://chromewebstore.google.com/detail/workspace/pfpbeaemdigklchgdmmkldnaieimmmin
Descrição Store unneeded tabs in one page, and free up tab space
Tamanho do Arquivo 7.9 KB
Contagem de Instalações 29
Versão Atual 1.0
Última Atualização 2017-03-21
Data de Publicação 2017-03-21
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Freeman Lou
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workspace",
    "description": "Store unneeded tabs in one page, and free up tab space",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}