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.
Eメール [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"
    ]
}