Tab Blend
Merge all open tabs and speed up browser performance.
Τι είναι το Tab Blend;
Το Tab Blend είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TabBlend, και η κύρια λειτουργία του είναι "Merge all open tabs and speed up browser performance.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tab Blend
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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 |
Ηλεκτρονικό ταχυδρομείο | [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 } |