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
官方網址 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"
    ]
}