ToChunkA Smart Tabs

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

Cos'è ToChunkA Smart Tabs?

ToChunkA Smart Tabs è un'estensione di Chrome sviluppata da https://tochunka.com, e la sua funzione principale è "Organizes a heap of tabs and bookmarks in a smart - easy to read way.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ToChunkA Smart Tabs

Scarica i file di estensione ToChunkA Smart Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ToChunkA Smart Tabs ToChunkA Smart Tabs
ID djgplmmlaeekpcgjphelaboajmfgcdij
URL Ufficiale https://chromewebstore.google.com/detail/tochunka-smart-tabs/djgplmmlaeekpcgjphelaboajmfgcdij
Descrizione Organizes a heap of tabs and bookmarks in a smart - easy to read way.
Dimensione del File 65.1 KB
Conteggio Installazioni 131
Versione Corrente 0.40
Ultimo Aggiornamento 2023-10-11
Data di Pubblicazione 2020-11-20
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://tochunka.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tochunka.com/smart-tabs/
URL della Pagina di Aiuto https://tochunka.com/smart-tabs/
URL della Pagina della Politica sulla Privacy https://tochunka.com/smart-tabs
Lingue Supportate 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"
}