Chromespaces
Manage your tabs in workspaces and switch between them as you want.
Apa itu Chromespaces?
Chromespaces adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Manage your tabs in workspaces and switch between them as you want.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chromespaces
Unduh file ekstensi Chromespaces 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
With Chromespaces you can simply save your tabs to workspace and open them next time with one click. Opening will close all current tabs and replace them with tabs from last state. Extension is in beta version, so feel free to post bug reports and new feature requests! v0.3: - GA tracking - tab lists display v0.2: - simple user interface v0.1: - prototype
Informasi Dasar Ekstensi
Nama | Chromespaces |
ID | amkdgdofmdlggdnkkkcobhofoegcapco |
URL Resmi | https://chromewebstore.google.com/detail/chromespaces/amkdgdofmdlggdnkkkcobhofoegcapco |
Deskripsi | Manage your tabs in workspaces and switch between them as you want. |
Ukuran File | 52.99 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 0.3.2 |
Terakhir Diperbarui | 2014-01-24 |
Tanggal Publikasi | 2014-01-24 |
Penilaian | 1.80/5 Total 5 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromespaces", "description": "Manage your tabs in workspaces and switch between them as you want.", "version": "0.3.2", "author": "hmark.eu", "permissions": [ "tabs" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/class.js", "js\/workspace.js", "js\/settings.js", "js\/gateway.js", "js\/repo.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/inactive.png", "default_popup": "chromespaces.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |