ToChunkA Smart Tabs

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

Co to jest ToChunkA Smart Tabs?

ToChunkA Smart Tabs to rozszerzenie Chrome opracowane przez https://tochunka.com, a jego główną funkcją jest „Organizes a heap of tabs and bookmarks in a smart - easy to read way.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia ToChunkA Smart Tabs

Pobierz pliki rozszerzeń ToChunkA Smart Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ToChunkA Smart Tabs ToChunkA Smart Tabs
ID djgplmmlaeekpcgjphelaboajmfgcdij
Oficjalny URL https://chromewebstore.google.com/detail/tochunka-smart-tabs/djgplmmlaeekpcgjphelaboajmfgcdij
Opis Organizes a heap of tabs and bookmarks in a smart - easy to read way.
Rozmiar pliku 65.1 KB
Liczba instalacji 131
Aktualna Wersja 0.40
Ostatnia Aktualizacja 2023-10-11
Data Publikacji 2020-11-20
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper https://tochunka.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tochunka.com/smart-tabs/
Adres URL Strony Pomocy https://tochunka.com/smart-tabs/
Adres URL Strony Polityki Prywatności https://tochunka.com/smart-tabs
Obsługiwane Języki 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"
}