Manage Tabs

Save memory and keep tabs organized

Что такое Manage Tabs?

Manage Tabs - это расширение Chrome, разработанное Hans J Schroeder, и его основная функция - "Save memory and keep tabs organized".

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

screenshot

Скачать файл CRX расширения Manage Tabs

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

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

                        Save lots of memory and use groups to keep your tabs organized.

You can create groups from all currently open tabs. You can later open and close all those tabs with a single click. You can also create and remove groups with a single click.

Minimum memory use

When tabs are grouped, they require no memory anymore. When the extension's view is closed, the extension will also unload and use zero memory. (Chrome's extension page will show 'inactive')

Privacy assurance

This extension works completely offline. No scripts, fonts or other content is loaded from other servers. (despite the favicons). It uses no analytics or other tracking as many similar extensions do.  In fact this is the main reason why this extension has been developed.

Changelog

0.5.2 - 2017-12-17

Changed
- Fix API to LocalStorage                    

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

Название Manage Tabs Manage Tabs
ID kijdiheabofhiihcebgpeelmgfmcogel
Официальный URL https://chromewebstore.google.com/detail/manage-tabs/kijdiheabofhiihcebgpeelmgfmcogel
Описание Save memory and keep tabs organized
Размер файла 88.48 KB
Количество установок 427
Текущая Версия 0.5.2
Последнее Обновление 2017-12-17
Дата публикации 2017-12-17
Рейтинг 4.10/5 Всего 10 оценок
Разработчик Hans J Schroeder
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manage Tabs",
    "version": "0.5.2",
    "manifest_version": 2,
    "description": "Save memory and keep tabs organized",
    "incognito": "split",
    "author": "Hans J Schroeder",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Manage Tabs"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "short_name": "Tabmatic"
}