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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}