Layout Manager

Layout Manager allows you to set up all for favorite windows just the way you like to reload later.

Layout Managerとは何ですか?

Layout ManagerはBruinDevによって開発されたChromeの拡張機能で、その主な機能は「Layout Manager allows you to set up all for favorite windows just the way you like to reload later.」です。

拡張機能のスクリーンショット

screenshot

Layout Manager拡張機能のCRXファイルをダウンロード

Layout Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Layout Manager Layout Manager
ID nldhhcppalplgopagbhfehfmpmpefkim
公式URL https://chromewebstore.google.com/detail/layout-manager/nldhhcppalplgopagbhfehfmpmpefkim
説明 Layout Manager allows you to set up all for favorite windows just the way you like to reload later.
ファイルサイズ 12.48 KB
インストール数 10,368
現在のバージョン 2.0
最終更新日 2015-02-01
公開日 2015-02-01
評価 4.20/5 合計 56 レビュー
開発者 BruinDev
支払い方法 free
対応言語 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"
    ]
}