Open Tabs
Show open tabs
What is Open Tabs?
Open Tabs is a Chrome extension developed by Syl, and its main feature is "Show open tabs".
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
This extension is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs Show open tabs: - Go to tab - Close tab - Reload tab - Duplicate tab - Pin/unpin tab - Hide tab The open tabs are updated in real time. Changelog: https://github.com/sylouuu/chrome-open-tabs/releases
Extension Basic Information
Name | Open Tabs |
ID | cepfpldhbcfaklnnldhoaahgliijehap |
Official URL | https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap |
Description | Show open tabs |
File Size | 34.91 KB |
Installation Count | 1,226 |
Current Version | 0.3.2 |
Last Updated | 2017-06-22 |
Publish Date | 2017-06-22 |
Rating | 3.75/5 Total 12 Ratings |
Developer | Syl |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sylouuu/chrome-open-tabs |
Help Page URL | https://github.com/sylouuu/chrome-open-tabs/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "version": "0.3.2", "description": "Show open tabs", "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon_48.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'", "options_page": "html\/options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "img\/*.png" ], "permissions": [ "tabs", "storage" ] } |