Tab Blend
Merge all open tabs and speed up browser performance.
Tab Blend क्या है?
Tab Blend TabBlend द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Merge all open tabs and speed up browser performance."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Blend एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |