BMTab

Put the tab to bookmark for future access and to release the resources

O que é BMTab?

BMTab é uma extensão do Chrome desenvolvida por zncoder, e sua principal característica é "Put the tab to bookmark for future access and to release the resources".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BMTab

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

                        Sometimes you may want to close a tab either because you have too many tabs or you'd like to revisit the page in the near future, you can click the icon to put the site to a special bmtab bookmark folder. You can access these tabs from the Bmtab page by right clicking the icon and selecting the "Show Bmtabs page".

This add-on was inspired by OneTab. But OneTab may lose the saved tabs occasionally for unknown reason. This add-on saves the tabs in the "bmtab-bn4yaq" bookmark folder for simple and reliable storage.                    

Informações Básicas da Extensão

Nome BMTab BMTab
ID djpdjipenanplkappkhojednmhkihfjo
URL Oficial https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo
Descrição Put the tab to bookmark for future access and to release the resources
Tamanho do Arquivo 22.39 KB
Contagem de Instalações 56
Versão Atual 1.8.2
Última Atualização 2019-12-17
Data de Publicação 2019-12-17
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor zncoder
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/zncoder/bmtab
URL da Página de Ajuda https://github.com/zncoder/bmtab
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BMTab",
    "version": "1.8.2",
    "manifest_version": 2,
    "description": "Put the tab to bookmark for future access and to release the resources",
    "icons": {
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/32.png",
        "default_title": "Click to put this tab to bookmark"
    }
}