Open Tabs
When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
What is Open Tabs?
Open Tabs is a Chrome extension developed by opentabs, and its main feature is "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.".
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
Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
Extension Basic Information
Name | Open Tabs |
ID | anffifgedjhloingebbhadnfengmbapm |
Official URL | https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm |
Description | When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket. |
File Size | 71.36 KB |
Installation Count | 109 |
Current Version | 0.1.4 |
Last Updated | 2014-08-23 |
Publish Date | 2014-08-23 |
Rating | 4.29/5 Total 7 Ratings |
Developer | opentabs |
Payment Type | free |
Extension Website | https://twitter.com/myopentabs |
Help Page URL | https://twitter.com/myopentabs |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Tabs", "description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.", "version": "0.1.4", "incognito": "split", "icons": { "48": "opentabsfavicon48.ico", "128": "opentabsfavicon.ico" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "opentabs.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |