ToChunkA Smart Tabs

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

Was ist ToChunkA Smart Tabs?

ToChunkA Smart Tabs ist eine Chrome-Erweiterung, die von https://tochunka.com entwickelt wurde, und ihr Hauptmerkmal ist "Organizes a heap of tabs and bookmarks in a smart - easy to read way.".

Erweiterungsscreenshots

screenshot
screenshot

ToChunkA Smart Tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie ToChunkA Smart Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ToChunkA Smart Tabs ToChunkA Smart Tabs
ID djgplmmlaeekpcgjphelaboajmfgcdij
Offizielle URL https://chromewebstore.google.com/detail/tochunka-smart-tabs/djgplmmlaeekpcgjphelaboajmfgcdij
Beschreibung Organizes a heap of tabs and bookmarks in a smart - easy to read way.
Dateigröße 65.1 KB
Installationsanzahl 131
Aktuelle Version 0.40
Letztes Update 2023-10-11
Veröffentlichungsdatum 2020-11-20
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler https://tochunka.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tochunka.com/smart-tabs/
Hilfeseite URL https://tochunka.com/smart-tabs/
URL der Datenschutzrichtlinien-Seite https://tochunka.com/smart-tabs
Unterstützte Sprachen 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"
}