ToChunkA Smart Tabs

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

什么是ToChunkA Smart Tabs?

ToChunkA Smart Tabs是由https://tochunka.com开发的Chrome扩展程序,该扩展的主要功能是“Organizes a heap of tabs and bookmarks in a smart - easy to read way.”。

扩展截图

screenshot
screenshot

下载ToChunkA Smart Tabs扩展crx文件

下载ToChunkA Smart Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ToChunkA Smart Tabs ToChunkA Smart Tabs
ID djgplmmlaeekpcgjphelaboajmfgcdij
官方URL https://chromewebstore.google.com/detail/tochunka-smart-tabs/djgplmmlaeekpcgjphelaboajmfgcdij
简介 Organizes a heap of tabs and bookmarks in a smart - easy to read way.
文件大小 65.1 KB
安装次数 131
当前版本 0.40
更新时间 2023-10-11
上架时间 2020-11-20
评分 4.50/5 共2次评分
开发者 https://tochunka.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tochunka.com/smart-tabs/
帮助页面URL https://tochunka.com/smart-tabs/
隐私政策页面URL https://tochunka.com/smart-tabs
支持的语言 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"
}