Tab Expose
Spread out your tabs, across your screen... expose style
Vad är Tab Expose?
Tab Expose är en Chrome-tillägg utvecklad av Delaney Garcia, och dess huvudfunktion är "Spread out your tabs, across your screen... expose style".
Tilläggsskärmbilder
Ladda ner Tab Expose-förlängningens CRX-fil
Ladda ner Tab Expose-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Tab Expose |
ID | knmgkbkehmfklhjokgnfemhldookdmpn |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-expose/knmgkbkehmfklhjokgnfemhldookdmpn |
Beskrivning | Spread out your tabs, across your screen... expose style |
Filstorlek | 17.67 KB |
Antal Installationer | 225 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-12-16 |
Publiceringsdatum | 2019-12-15 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | Delaney Garcia |
Betalningssätt | free |
Stödda Språk | 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": [ " |