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 BruinDev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Layout Manager allows you to set up all for favorite windows just the way you like to reload later."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Layout Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}