Workspace
Store unneeded tabs in one page, and free up tab space
Apa itu Workspace?
Workspace adalah ekstensi Chrome yang dikembangkan oleh Freeman Lou, dan fitur utamanya adalah "Store unneeded tabs in one page, and free up tab space".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Workspace
Unduh file ekstensi Workspace 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
Sometimes there are tabs that are not needed immediately, but are also not important enough to be bookmarked. Workspace temporarily stores the links in one page, freeing tab space and allowing for more flexibility. Use by clicking on the added button next to address bar. A small window will appear that says "Save All Tabs". Click and all your tabs will disappear; they are listed on a newly created tab. Restore them all with one button! Icon by http://appercuts.blogspot.com/
Informasi Dasar Ekstensi
Nama | Workspace |
ID | pfpbeaemdigklchgdmmkldnaieimmmin |
URL Resmi | https://chromewebstore.google.com/detail/workspace/pfpbeaemdigklchgdmmkldnaieimmmin |
Deskripsi | Store unneeded tabs in one page, and free up tab space |
Ukuran File | 7.9 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-03-21 |
Tanggal Publikasi | 2017-03-21 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Freeman Lou |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Workspace", "description": "Store unneeded tabs in one page, and free up tab space", "version": "1.0", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |