ToChunkA Smart Tabs

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

ToChunkA Smart Tabs là gì?

ToChunkA Smart Tabs là một tiện ích mở rộng Chrome được phát triển bởi https://tochunka.com, và tính năng chính của nó là "Organizes a heap of tabs and bookmarks in a smart - easy to read way.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ToChunkA Smart Tabs

Tải xuống các tệp mở rộng ToChunkA Smart Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ToChunkA Smart Tabs ToChunkA Smart Tabs
ID djgplmmlaeekpcgjphelaboajmfgcdij
URL Chính Thức https://chromewebstore.google.com/detail/tochunka-smart-tabs/djgplmmlaeekpcgjphelaboajmfgcdij
Mô tả Organizes a heap of tabs and bookmarks in a smart - easy to read way.
Kích Thước Tệp 65.1 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 0.40
Cập Nhật Lần Cuối 2023-10-11
Ngày Phát Hành 2020-11-20
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://tochunka.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tochunka.com/smart-tabs/
URL Trang Trợ Giúp https://tochunka.com/smart-tabs/
URL Trang Chính Sách Bảo Mật https://tochunka.com/smart-tabs
Ngôn Ngữ Được Hỗ Trợ 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"
}