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 هو إضافة Chrome تم تطويرها بواسطة BruinDev، والميزة الرئيسية لها هي "Layout Manager allows you to set up all for favorite windows just the way you like to reload later.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Layout Manager
قم بتنزيل ملفات الامتداد Layout Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
ID | nldhhcppalplgopagbhfehfmpmpefkim |
عنوان URL الرسمي | 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" ] } |