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
Eメール [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"
}