Open Tabs
This extention helps you manage all open tabs on Chrome
What is Open Tabs?
Open Tabs is a Chrome extension developed by Gaurav Singh, and its main feature is "This extention helps you manage all open tabs on Chrome".
Extension Screenshots
Download Open Tabs Extension CRX File
Download Open Tabs 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
Open Tabs Chrome Extension helps you list of all open tabs in your Chrome Browser. You can click on the item to go to that tab else use button to close the tab without leaving your current page. This extension will help users with lot of open tabs who find it hard to search for a particular tab among a large number of open tabs.
Extension Basic Information
Name | Open Tabs |
ID | oknojkefnapbaniiddklccemnekcfobm |
Official URL | https://chromewebstore.google.com/detail/open-tabs/oknojkefnapbaniiddklccemnekcfobm |
Description | This extention helps you manage all open tabs on Chrome |
File Size | 37.51 KB |
Installation Count | 536 |
Current Version | 1.0 |
Last Updated | 2014-10-09 |
Publish Date | 2014-10-09 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Gaurav Singh |
Payment Type | free |
Help Page URL | https://twitter.com/sgaurav_baghel |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "description": "This extention helps you manage all open tabs on Chrome", "version": "1.0", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "newtab.html" } } |