Layout Manager
Layout Manager allows you to set up all for favorite windows just the way you like to reload later.
Qu'est-ce que Layout Manager ?
Layout Manager est une extension Chrome développée par BruinDev, et sa fonction principale est "Layout Manager allows you to set up all for favorite windows just the way you like to reload later.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Layout Manager
Téléchargez les fichiers d'extension Layout Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Layout Manager |
ID | nldhhcppalplgopagbhfehfmpmpefkim |
URL Officiel | https://chromewebstore.google.com/detail/layout-manager/nldhhcppalplgopagbhfehfmpmpefkim |
Description | Layout Manager allows you to set up all for favorite windows just the way you like to reload later. |
Taille du Fichier | 12.48 KB |
Nombre d'Installations | 10,368 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2015-02-01 |
Date de Publication | 2015-02-01 |
Évaluation | 4.20/5 Total 56 Évaluations |
Développeur | BruinDev |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |