Manage Tabs

Save memory and keep tabs organized

O que é Manage Tabs?

Manage Tabs é uma extensão do Chrome desenvolvida por Hans J Schroeder, e sua principal característica é "Save memory and keep tabs organized".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Manage Tabs

Baixe arquivos de extensão Manage Tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Manage Tabs Manage Tabs
ID kijdiheabofhiihcebgpeelmgfmcogel
URL Oficial https://chromewebstore.google.com/detail/manage-tabs/kijdiheabofhiihcebgpeelmgfmcogel
Descrição Save memory and keep tabs organized
Tamanho do Arquivo 88.48 KB
Contagem de Instalações 427
Versão Atual 0.5.2
Última Atualização 2017-12-17
Data de Publicação 2017-12-17
Classificação 4.10/5 Total de 10 Avaliações
Desenvolvedor Hans J Schroeder
Tipo de Pagamento free
Idiomas Suportados 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"
}