Tab Blend
Merge all open tabs and speed up browser performance.
Qu'est-ce que Tab Blend ?
Tab Blend est une extension Chrome développée par TabBlend, et sa fonction principale est "Merge all open tabs and speed up browser performance.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Blend
Téléchargez les fichiers d'extension Tab Blend au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | cnhhepkcmnoendhkmgcnildanepacedc |
URL Officiel | https://chrome.google.com/webstore/detail/tab-blend/cnhhepkcmnoendhkmgcnildanepacedc |
Description | Merge all open tabs and speed up browser performance. |
Taille du Fichier | 288 KB |
Nombre d'Installations | 102 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2020-11-03 |
Date de Publication | 2020-04-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | TabBlend |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.tab-blend.com/privacy_policy.html |
Langues Prises en Charge | 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 } |