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
官方網址 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"
}