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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Multi Layout Manager
قم بتنزيل ملفات الامتداد Multi Layout Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" ] } |