OneTabPlus
Do away with so many tabs...
What is OneTabPlus?
OneTabPlus is a Chrome extension developed by sandeepkgupta007, and its main feature is "Do away with so many tabs...".
Extension Screenshots
Download OneTabPlus Extension CRX File
Download OneTabPlus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1. Collapses all open tabs to one tab. 2. Allows opening of website specific tabs 3. You can continue your browsing from different machine by signing in chrome. Please see FAQs at options page.
Extension Basic Information
Name | OneTabPlus |
ID | pkgjcioebdojinlofdpcppaajkkdepbf |
Official URL | https://chromewebstore.google.com/detail/onetabplus/pkgjcioebdojinlofdpcppaajkkdepbf |
Description | Do away with so many tabs... |
File Size | 282 KB |
Installation Count | 227 |
Current Version | 1.0.1 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 2.71/5 Total 7 Ratings |
Developer | sandeepkgupta007 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneTabPlus", "description": "Do away with so many tabs...", "version": "1.0.1", "background": { "scripts": [ "jquery-3.1.1.min.js", "background.js" ] }, "browser_action": { "default_title": "Click to collapse all tabs into one!", "default_icon": "icon_0.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |