Tab Expose
Spread out your tabs, across your screen... expose style
What is Tab Expose?
Tab Expose is a Chrome extension developed by Delaney Garcia, and its main feature is "Spread out your tabs, across your screen... expose style".
Extension Screenshots
Download Tab Expose Extension CRX File
Download Tab Expose 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 is a simple extension to 'spread out' your tabs in a single window, similar to the exposé feature on macOS. When you click the extnesion, it will evenly distribute your tabs across your screen in separate windows this is useful for 2+ tab sessions, where you want to read two (or more) things at once. currently, only 8 tabs (per window) are supported.
Extension Basic Information
Name | Tab Expose |
ID | knmgkbkehmfklhjokgnfemhldookdmpn |
Official URL | https://chromewebstore.google.com/detail/tab-expose/knmgkbkehmfklhjokgnfemhldookdmpn |
Description | Spread out your tabs, across your screen... expose style |
File Size | 17.67 KB |
Installation Count | 225 |
Current Version | 1.0 |
Last Updated | 2019-12-16 |
Publish Date | 2019-12-15 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Delaney Garcia |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Expose", "description": "Spread out your tabs, across your screen... expose style", "version": "1.0", "homepage_url": "https:\/\/foobar.com", "icons": { "128": "icon.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Tab Expose", "default_icon": "icon.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ " |