ToChunkA Smart Tabs

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

Apa itu ToChunkA Smart Tabs?

ToChunkA Smart Tabs adalah ekstensi Chrome yang dikembangkan oleh https://tochunka.com, dan fitur utamanya adalah "Organizes a heap of tabs and bookmarks in a smart - easy to read way.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ToChunkA Smart Tabs

Unduh file ekstensi ToChunkA Smart Tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ToChunkA Smart Tabs ToChunkA Smart Tabs
ID djgplmmlaeekpcgjphelaboajmfgcdij
URL Resmi https://chromewebstore.google.com/detail/tochunka-smart-tabs/djgplmmlaeekpcgjphelaboajmfgcdij
Deskripsi Organizes a heap of tabs and bookmarks in a smart - easy to read way.
Ukuran File 65.1 KB
Jumlah Instalasi 131
Versi Saat Ini 0.40
Terakhir Diperbarui 2023-10-11
Tanggal Publikasi 2020-11-20
Penilaian 4.50/5 Total 2 Penilaian
Pengembang https://tochunka.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tochunka.com/smart-tabs/
URL Halaman Bantuan https://tochunka.com/smart-tabs/
URL Halaman Kebijakan Privasi https://tochunka.com/smart-tabs
Bahasa yang Didukung 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"
}