Tab Expose
Spread out your tabs, across your screen... expose style
Apa itu Tab Expose?
Tab Expose adalah ekstensi Chrome yang dikembangkan oleh Delaney Garcia, dan fitur utamanya adalah "Spread out your tabs, across your screen... expose style".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Expose
Unduh file ekstensi Tab Expose dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Tab Expose |
ID | knmgkbkehmfklhjokgnfemhldookdmpn |
URL Resmi | https://chromewebstore.google.com/detail/tab-expose/knmgkbkehmfklhjokgnfemhldookdmpn |
Deskripsi | Spread out your tabs, across your screen... expose style |
Ukuran File | 17.67 KB |
Jumlah Instalasi | 225 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-12-16 |
Tanggal Publikasi | 2019-12-15 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | Delaney Garcia |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |