Tab Expose
Spread out your tabs, across your screen... expose style
Co je Tab Expose?
Tab Expose je rozšíření Chrome vyvinuté Delaney Garcia, a jeho hlavní funkcí je „Spread out your tabs, across your screen... expose style“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tab Expose
Stáhněte si soubory rozšíření Tab Expose ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Tab Expose |
ID | knmgkbkehmfklhjokgnfemhldookdmpn |
Oficiální URL | https://chromewebstore.google.com/detail/tab-expose/knmgkbkehmfklhjokgnfemhldookdmpn |
Popis | Spread out your tabs, across your screen... expose style |
Velikost souboru | 17.67 KB |
Počet instalací | 225 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-12-16 |
Datum Vydání | 2019-12-15 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | Delaney Garcia |
Typ Platby | free |
Podporované Jazyky | 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": [ " |