Keeping Tabs

A chrome extension aiming to simplify the surplus of tabs in one's browser

O que é Keeping Tabs?

Keeping Tabs é uma extensão do Chrome desenvolvida por Ryan Slocum, e sua principal característica é "A chrome extension aiming to simplify the surplus of tabs in one's browser".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Keeping Tabs

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

                        This extension aims to simplify your mess of tabs by allowing you to quickly group and reopen tabs. Simply use the control key to highlight the tabs you'd like to save, title your tab group within the Keeping Tabs extension, and add it to your collection of tabs. These groups of tabs can be opened individually or all at once, making it much easier to organize projects within your browser.                    

Informações Básicas da Extensão

Nome Keeping Tabs Keeping Tabs
ID komjibclehjoaofickenjehabjelkabm
URL Oficial https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm
Descrição A chrome extension aiming to simplify the surplus of tabs in one's browser
Tamanho do Arquivo 10.73 KB
Contagem de Instalações 160
Versão Atual 0.1.6
Última Atualização 2020-09-29
Data de Publicação 2020-05-09
Desenvolvedor Ryan Slocum
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keeping Tabs",
    "version": "0.1.6",
    "description": "A chrome extension aiming to simplify the surplus of tabs in one's browser",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": "Ryan Slocum",
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "Keeping Tabs"
    },
    "offline_enabled": true
}