Multi Layout Manager

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

Multi Layout Managerคืออะไร?

Multi Layout Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paulo P. และคุณลักษณะหลักของมันคือ "Multi Layout Manager allows you to set up and save windows layouts to reload later."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multi Layout Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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.
อีเมล [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"
    ]
}