Layout Manager

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

Layout Manager là gì?

Layout Manager là một tiện ích mở rộng Chrome được phát triển bởi BruinDev, và tính năng chính của nó là "Layout Manager allows you to set up all for favorite windows just the way you like to reload later.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Layout Manager

Tải xuống các tệp mở rộng Layout Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Layout Manager Layout Manager
ID nldhhcppalplgopagbhfehfmpmpefkim
URL Chính Thức https://chromewebstore.google.com/detail/layout-manager/nldhhcppalplgopagbhfehfmpmpefkim
Mô tả Layout Manager allows you to set up all for favorite windows just the way you like to reload later.
Kích Thước Tệp 12.48 KB
Số Lần Cài Đặt 10,368
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2015-02-01
Ngày Phát Hành 2015-02-01
Đánh Giá 4.20/5 Tổng số 56 Đánh Giá
Nhà Phát Triển BruinDev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}