Tab Workspaces
Save and manage a collection of tabs as workspaces.
Apa itu Tab Workspaces?
Tab Workspaces adalah ekstensi Chrome yang dikembangkan oleh Hao Fu, dan fitur utamanya adalah "Save and manage a collection of tabs as workspaces.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Workspaces
Unduh file ekstensi Tab Workspaces 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 extensions will save all currently opened tabs into a workspace. You can name the workspace and tag it with description. Then you can browse saved workspaces, and launch the tabs in new windows.
Informasi Dasar Ekstensi
Nama | Tab Workspaces |
ID | pfdcopdimdhfhdaiiaeddjcidkjbnpll |
URL Resmi | https://chromewebstore.google.com/detail/tab-workspaces/pfdcopdimdhfhdaiiaeddjcidkjbnpll |
Deskripsi | Save and manage a collection of tabs as workspaces. |
Ukuran File | 125 KB |
Jumlah Instalasi | 69 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-12-18 |
Tanggal Publikasi | 2018-12-17 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Hao Fu |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Workspaces", "version": "1.1", "description": "Save and manage a collection of tabs as workspaces.", "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "html\/app.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |