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.”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | cnhhepkcmnoendhkmgcnildanepacedc |
官方網址 | 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 |
電子郵箱 | [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 } |