Tab Blend

Merge all open tabs and speed up browser performance.

Tab Blendとは何ですか?

Tab BlendはTabBlendによって開発されたChromeの拡張機能で、その主な機能は「Merge all open tabs and speed up browser performance.」です。

拡張機能のスクリーンショット

screenshot

Tab Blend拡張機能のCRXファイルをダウンロード

Tab Blend拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Most of the time you find yourself with too many tabs open and this can be very confusing and frustrating at the best of times. Don’t worry because once you have TabBlend installed on your Chrome browser all you have to do is to click on the TabBlend icon on the toolbar and all your tabs will be converted to a list on one manageable page.

This will de-clutter your opened tabs into a list and will help to save memory and speed up your PC or laptop at the same time.

By clicking "Add to chrome", I accept and agree to installing TabBlend Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.

TabBlend search results are provided by Bing

Contact Us: www.tab-blend.com/contact_us.html
About Us: www.tab-blend.com/about_us.html
Terms of Use: www.tab-blend.com/terms_conditions.html
Privacy Policy: www.tab-blend.com/privacy_policy.html                    

拡張機能の基本情報

名前 Tab Blend Tab Blend
ID cnhhepkcmnoendhkmgcnildanepacedc
公式URL https://chrome.google.com/webstore/detail/tab-blend/cnhhepkcmnoendhkmgcnildanepacedc
説明 Merge all open tabs and speed up browser performance.
ファイルサイズ 288 KB
インストール数 102
現在のバージョン 1.0.5
最終更新日 2020-11-03
公開日 2020-04-06
評価 5.00/5 合計 1 レビュー
開発者 TabBlend
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.tab-blend.com/privacy_policy.html
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Blend",
    "description": "Merge all open tabs and speed up browser performance.",
    "version": "1.0.5",
    "icons": {
        "48": "favIcon.png",
        "96": "favIcon.png"
    },
    "permissions": [
        "tabs",
        "processes"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "TabBlend",
        "default_icon": "favIcon.png"
    },
    "manifest_version": 2
}