Chromespaces
Manage your tabs in workspaces and switch between them as you want.
O que é Chromespaces?
Chromespaces é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Manage your tabs in workspaces and switch between them as you want.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chromespaces
Baixe arquivos de extensão Chromespaces no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Chromespaces |
ID | amkdgdofmdlggdnkkkcobhofoegcapco |
URL Oficial | https://chromewebstore.google.com/detail/chromespaces/amkdgdofmdlggdnkkkcobhofoegcapco |
Descrição | Manage your tabs in workspaces and switch between them as you want. |
Tamanho do Arquivo | 52.99 KB |
Contagem de Instalações | 12 |
Versão Atual | 0.3.2 |
Última Atualização | 2014-01-24 |
Data de Publicação | 2014-01-24 |
Classificação | 1.80/5 Total de 5 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |