LayZ - Tab Manager

This extension helps you manage your tabs

What is LayZ - Tab Manager?

LayZ - Tab Manager is a Chrome extension developed by mshefa.dev, and its main feature is "This extension helps you manage your tabs".

Extension Screenshots

screenshot
screenshot

Download LayZ - Tab Manager Extension CRX File

Download LayZ - Tab Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Researched something and suddenly you have 19 tabs open and you want a good way to manage them?
Want to mute all tabs without having to do it individually or manually?
Want to save all your tabs and close out of the browser and maybe open them next time you open your browser?
Want to open all these tabs with a few recently closed tabs in a new window?

LayZ lets you do all those things and more in a very simple way.


Just click on the tabs and choose some from recently closed and click on open in a new window. Click on mute audible and all tabs that created a sound will be muted.                    

Extension Basic Information

Name LayZ - Tab Manager LayZ - Tab Manager
ID nlhglepcdncblckllkjomgjmpjdcabdb
Official URL https://chromewebstore.google.com/detail/layz-tab-manager/nlhglepcdncblckllkjomgjmpjdcabdb
Description This extension helps you manage your tabs
File Size 751 KB
Installation Count 233
Current Version 1.0
Last Updated 2015-11-13
Publish Date 2015-11-12
Rating 3.67/5 Total 9 Ratings
Developer mshefa.dev
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LayZ - Tab Manager",
    "description": "This extension helps you manage your tabs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "sessions",
        "storage"
    ]
}