ToChunkA Smart Tabs

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

What is ToChunkA Smart Tabs?

ToChunkA Smart Tabs is a Chrome extension developed by https://tochunka.com, and its main feature is "Organizes a heap of tabs and bookmarks in a smart - easy to read way.".

Extension Screenshots

screenshot
screenshot

Download ToChunkA Smart Tabs Extension CRX File

Download ToChunkA Smart Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ToChunkA Smart Tabs ToChunkA Smart Tabs
ID djgplmmlaeekpcgjphelaboajmfgcdij
Official URL https://chromewebstore.google.com/detail/tochunka-smart-tabs/djgplmmlaeekpcgjphelaboajmfgcdij
Description Organizes a heap of tabs and bookmarks in a smart - easy to read way.
File Size 65.1 KB
Installation Count 131
Current Version 0.40
Last Updated 2023-10-11
Publish Date 2020-11-20
Rating 4.50/5 Total 2 Ratings
Developer https://tochunka.com
Email [email protected]
Payment Type free
Extension Website https://tochunka.com/smart-tabs/
Help Page URL https://tochunka.com/smart-tabs/
Privacy Policy Page URL https://tochunka.com/smart-tabs
Supported Languages 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"
}