Layout Manager
Layout Manager allows you to set up all for favorite windows just the way you like to reload later.
O que é Layout Manager?
Layout Manager é uma extensão do Chrome desenvolvida por BruinDev, e sua principal característica é "Layout Manager allows you to set up all for favorite windows just the way you like to reload later.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Layout Manager
Baixe arquivos de extensão Layout 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
Layout Manager allows you to save a setup of windows and tabs so that you can quickly reload them whenever you want. Set up your windows just how you like them and by clicking the LM icon in the upper right you can save the location, size, and details of all the windows and tabs you currently have open. At any time later just click the icon again and you can instantly load the saved window setup!
Informações Básicas da Extensão
Nome | Layout Manager |
ID | nldhhcppalplgopagbhfehfmpmpefkim |
URL Oficial | https://chromewebstore.google.com/detail/layout-manager/nldhhcppalplgopagbhfehfmpmpefkim |
Descrição | Layout Manager allows you to set up all for favorite windows just the way you like to reload later. |
Tamanho do Arquivo | 12.48 KB |
Contagem de Instalações | 10,368 |
Versão Atual | 2.0 |
Última Atualização | 2015-02-01 |
Data de Publicação | 2015-02-01 |
Classificação | 4.20/5 Total de 56 Avaliações |
Desenvolvedor | BruinDev |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Layout Manager", "version": "2.0", "author": "Wade Norris", "icons": { "16": "img\/icon_016.png", "48": "img\/icon_048.png", "128": "img\/icon_128.png" }, "description": "Layout Manager allows you to set up all for favorite windows just the way you like to reload later.", "browser_action": { "default_icon": { "16": "img\/icon_016.png", "48": "img\/icon_048.png", "128": "img\/icon_128.png" }, "default_title": "Layout Manager", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |