ToChunkA Smart Tabs

Organizes a heap of tabs and bookmarks in a smart - easy to read way.

O que é ToChunkA Smart Tabs?

ToChunkA Smart Tabs é uma extensão do Chrome desenvolvida por https://tochunka.com, e sua principal característica é "Organizes a heap of tabs and bookmarks in a smart - easy to read way.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ToChunkA Smart Tabs

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

                        It groups opened browser tabs and bookmarks by relevance.

Although it may look simple and yet it is a powerful tool that:
 -   ensures smooth reading flow;
 -   saves your time on relevant tab search and switching;
 -   helps to reveal implicit insights and story behind;
 -   sparks new ideas.

And more is yet to come.

Supported languages: English, Ukrainian, Russian.
Others are partially supported.                    

Informações Básicas da Extensão

Nome ToChunkA Smart Tabs ToChunkA Smart Tabs
ID djgplmmlaeekpcgjphelaboajmfgcdij
URL Oficial https://chromewebstore.google.com/detail/tochunka-smart-tabs/djgplmmlaeekpcgjphelaboajmfgcdij
Descrição Organizes a heap of tabs and bookmarks in a smart - easy to read way.
Tamanho do Arquivo 65.1 KB
Contagem de Instalações 131
Versão Atual 0.40
Última Atualização 2023-10-11
Data de Publicação 2020-11-20
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor https://tochunka.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tochunka.com/smart-tabs/
URL da Página de Ajuda https://tochunka.com/smart-tabs/
URL da Página de Política de Privacidade https://tochunka.com/smart-tabs
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ToChunkA Smart Tabs",
    "description": "Organizes a heap of tabs and bookmarks in a smart - easy to read way.",
    "version": "0.40",
    "homepage_url": "https:\/\/tochunka.com\/#solutions",
    "icons": {
        "48": "img\/smarttabs_48.png",
        "96": "img\/smarttabs_96.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "Readability.js",
            "common.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.min.js",
                "Readability.js",
                "common.js",
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.htm",
        "chrome_style": true
    },
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "incognito": "not_allowed"
}