Multi Layout Manager

Multi Layout Manager allows you to set up and save windows layouts to reload later.

Multi Layout Manager là gì?

Multi Layout Manager là một tiện ích mở rộng Chrome được phát triển bởi Paulo P., và tính năng chính của nó là "Multi Layout Manager allows you to set up and save windows layouts to reload later.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Multi 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

                        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.                    

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

Tên Multi Layout Manager Multi Layout Manager
ID ijpiffheldgmdkbaohoilabdnmeinand
URL Chính Thức https://chromewebstore.google.com/detail/multi-layout-manager/ijpiffheldgmdkbaohoilabdnmeinand
Mô tả Multi Layout Manager allows you to set up and save windows layouts to reload later.
Kích Thước Tệp 16.5 KB
Số Lần Cài Đặt 6,378
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2018-03-19
Ngày Phát Hành 2018-03-19
Đánh Giá 4.57/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Paulo P.
Email [email protected]
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": "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"
    ]
}