Stack Tab

Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen

O que é Stack Tab?

Stack Tab é uma extensão do Chrome desenvolvida por Gregory Assasie, e sua principal característica é "Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stack Tab

Baixe arquivos de extensão Stack Tab 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

                        Stack tab is a simple tab manager for chrome.
Quickly and conveniently close unused tabs, retrieve them when needed.

-  Get rid of the clutter and focus on required tabs only.
-  Effortlessly close used tabs.

Functionality:
  - filter search tabs
  - set limit for number of tabs opened per session
  - Automatically close and save tab when limit is reached 
  - Close oldest tab on limit reach 
  - Close left-most tab on limit reach

** NEW UPDATE ***
   - Option to close page anywhere, option is available on context menu (right click on page to view)
   - clicking stack tab in context menu closes the page and adds it to the stack.

   - Context menu fixed

**UPDATE VERSION 1.6**
   - settings persist between sessions 
   - disregard pinned and active tabs due to close                    

Informações Básicas da Extensão

Nome Stack Tab Stack Tab
ID oalhogdhlhgdpjllnadcigfkhmmlahlo
URL Oficial https://chromewebstore.google.com/detail/stack-tab/oalhogdhlhgdpjllnadcigfkhmmlahlo
Descrição Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen
Tamanho do Arquivo 40.79 KB
Contagem de Instalações 221
Versão Atual 1.7
Última Atualização 2018-04-05
Data de Publicação 2018-04-05
Classificação 3.17/5 Total de 12 Avaliações
Desenvolvedor Gregory Assasie
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stack Tab",
    "manifest_version": 2,
    "description": "Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen",
    "version": "1.7",
    "browser_action": {
        "default_icon": ".\/icons\/icon48.png",
        "default_popup": "index.html",
        "default_title": "xTab"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ]
}