Layout Manager

Layout Manager allows you to set up all for favorite windows just the way you like to reload later.

Cos'è Layout Manager?

Layout Manager è un'estensione di Chrome sviluppata da BruinDev, e la sua funzione principale è "Layout Manager allows you to set up all for favorite windows just the way you like to reload later.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Layout Manager

Scarica i file di estensione Layout Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Layout Manager Layout Manager
ID nldhhcppalplgopagbhfehfmpmpefkim
URL Ufficiale https://chromewebstore.google.com/detail/layout-manager/nldhhcppalplgopagbhfehfmpmpefkim
Descrizione Layout Manager allows you to set up all for favorite windows just the way you like to reload later.
Dimensione del File 12.48 KB
Conteggio Installazioni 10,368
Versione Corrente 2.0
Ultimo Aggiornamento 2015-02-01
Data di Pubblicazione 2015-02-01
Valutazione 4.20/5 Totale 56 Valutazioni
Sviluppatore BruinDev
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}