ToChunkA Smart Tabs

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

Qu'est-ce que ToChunkA Smart Tabs ?

ToChunkA Smart Tabs est une extension Chrome développée par https://tochunka.com, et sa fonction principale est "Organizes a heap of tabs and bookmarks in a smart - easy to read way.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ToChunkA Smart Tabs

Téléchargez les fichiers d'extension ToChunkA Smart Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ToChunkA Smart Tabs ToChunkA Smart Tabs
ID djgplmmlaeekpcgjphelaboajmfgcdij
URL Officiel https://chromewebstore.google.com/detail/tochunka-smart-tabs/djgplmmlaeekpcgjphelaboajmfgcdij
Description Organizes a heap of tabs and bookmarks in a smart - easy to read way.
Taille du Fichier 65.1 KB
Nombre d'Installations 131
Version Actuelle 0.40
Dernière Mise à Jour 2023-10-11
Date de Publication 2020-11-20
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://tochunka.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tochunka.com/smart-tabs/
URL de la Page d'Aide https://tochunka.com/smart-tabs/
URL de la Page de Politique de Confidentialité https://tochunka.com/smart-tabs
Langues Prises en Charge 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"
}