LayZ - Tab Manager

This extension helps you manage your tabs

Что такое LayZ - Tab Manager?

LayZ - Tab Manager - это расширение Chrome, разработанное mshefa.dev, и его основная функция - "This extension helps you manage your tabs".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения LayZ - Tab Manager

Скачайте файлы расширений LayZ - Tab Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название LayZ - Tab Manager LayZ - Tab Manager
ID nlhglepcdncblckllkjomgjmpjdcabdb
Официальный URL https://chromewebstore.google.com/detail/layz-tab-manager/nlhglepcdncblckllkjomgjmpjdcabdb
Описание This extension helps you manage your tabs
Размер файла 751 KB
Количество установок 233
Текущая Версия 1.0
Последнее Обновление 2015-11-13
Дата публикации 2015-11-12
Рейтинг 3.67/5 Всего 9 оценок
Разработчик mshefa.dev
Тип оплаты free
Поддерживаемые языки 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"
    ]
}