Multi Layout Manager
Multi Layout Manager allows you to set up and save windows layouts to reload later.
¿Qué es Multi Layout Manager?
Multi Layout Manager es una extensión de Chrome desarrollada por Paulo P., y su función principal es "Multi Layout Manager allows you to set up and save windows layouts to reload later.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Multi Layout Manager
Descarga archivos de extensión Multi Layout Manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Arranging layouts every time you need to do your tasks can be extremely time consuming. LexisNexis Layout Manager makes it extremely easy to remember all your Chrome windows and layouts positions in multiple or single screens. When the installation is finnished, you will see the LexisNexis Layout Manager icon on the top right corner of your browser. Arrange your Chrome browser layouts as you wish, click the Lexis Nexis Layout manager, give it a name to added it to the list. To open your saved layout, click Layout Manager, and select the name gave your layout from the saved layouts list. Enjoy.
Información Básica de la Extensión
Nombre | Multi Layout Manager |
ID | ijpiffheldgmdkbaohoilabdnmeinand |
URL Oficial | https://chromewebstore.google.com/detail/multi-layout-manager/ijpiffheldgmdkbaohoilabdnmeinand |
Descripción | Multi Layout Manager allows you to set up and save windows layouts to reload later. |
Tamaño del Archivo | 16.5 KB |
Cantidad de Instalaciones | 6,378 |
Versión Actual | 1.5 |
Última Actualización | 2018-03-19 |
Fecha de Publicación | 2018-03-19 |
Calificación | 4.57/5 Total de 23 Calificaciones |
Desarrollador | Paulo P. |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multi Layout Manager", "short_name": "MLM", "version": "1.5", "author": "Paulo P.", "icons": { "16": "img\/icon_016.png", "48": "img\/icon_048.png", "128": "img\/icon_128.png" }, "description": "Multi Layout Manager allows you to set up and save windows layouts to reload later.", "browser_action": { "default_icon": { "16": "img\/icon_016.png", "48": "img\/icon_048.png", "128": "img\/icon_128.png" }, "default_title": "Multi Layout Manager", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |