Tab Blend

Merge all open tabs and speed up browser performance.

O que é Tab Blend?

Tab Blend é uma extensão do Chrome desenvolvida por TabBlend, e sua principal característica é "Merge all open tabs and speed up browser performance.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab Blend

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

                        Most of the time you find yourself with too many tabs open and this can be very confusing and frustrating at the best of times. Don’t worry because once you have TabBlend installed on your Chrome browser all you have to do is to click on the TabBlend icon on the toolbar and all your tabs will be converted to a list on one manageable page.

This will de-clutter your opened tabs into a list and will help to save memory and speed up your PC or laptop at the same time.

By clicking "Add to chrome", I accept and agree to installing TabBlend Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.

TabBlend search results are provided by Bing

Contact Us: www.tab-blend.com/contact_us.html
About Us: www.tab-blend.com/about_us.html
Terms of Use: www.tab-blend.com/terms_conditions.html
Privacy Policy: www.tab-blend.com/privacy_policy.html                    

Informações Básicas da Extensão

Nome Tab Blend Tab Blend
ID cnhhepkcmnoendhkmgcnildanepacedc
URL Oficial https://chrome.google.com/webstore/detail/tab-blend/cnhhepkcmnoendhkmgcnildanepacedc
Descrição Merge all open tabs and speed up browser performance.
Tamanho do Arquivo 288 KB
Contagem de Instalações 102
Versão Atual 1.0.5
Última Atualização 2020-11-03
Data de Publicação 2020-04-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor TabBlend
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.tab-blend.com/privacy_policy.html
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Blend",
    "description": "Merge all open tabs and speed up browser performance.",
    "version": "1.0.5",
    "icons": {
        "48": "favIcon.png",
        "96": "favIcon.png"
    },
    "permissions": [
        "tabs",
        "processes"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "TabBlend",
        "default_icon": "favIcon.png"
    },
    "manifest_version": 2
}