Chromespaces
Manage your tabs in workspaces and switch between them as you want.
¿Qué es Chromespaces?
Chromespaces es una extensión de Chrome desarrollada por Unknown, y su función principal es "Manage your tabs in workspaces and switch between them as you want.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chromespaces
Descarga archivos de extensión Chromespaces en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Chromespaces |
ID | amkdgdofmdlggdnkkkcobhofoegcapco |
URL Oficial | https://chromewebstore.google.com/detail/chromespaces/amkdgdofmdlggdnkkkcobhofoegcapco |
Descripción | Manage your tabs in workspaces and switch between them as you want. |
Tamaño del Archivo | 52.99 KB |
Cantidad de Instalaciones | 12 |
Versión Actual | 0.3.2 |
Última Actualización | 2014-01-24 |
Fecha de Publicación | 2014-01-24 |
Calificación | 1.80/5 Total de 5 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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'" } |