Multi Layout Manager

Multi Layout Manager allows you to set up and save windows layouts to reload later.

什么是Multi Layout Manager?

Multi Layout Manager是由Paulo P.开发的Chrome扩展程序,该扩展的主要功能是“Multi Layout Manager allows you to set up and save windows layouts to reload later.”。

扩展截图

screenshot
screenshot

下载Multi Layout Manager扩展crx文件

下载Multi Layout Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Multi Layout Manager Multi Layout Manager
ID ijpiffheldgmdkbaohoilabdnmeinand
官方URL https://chromewebstore.google.com/detail/multi-layout-manager/ijpiffheldgmdkbaohoilabdnmeinand
简介 Multi Layout Manager allows you to set up and save windows layouts to reload later.
文件大小 16.5 KB
安装次数 6,378
当前版本 1.5
更新时间 2018-03-19
上架时间 2018-03-19
评分 4.57/5 共23次评分
开发者 Paulo P.
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}