Workspaces
Save all your current tabs and come back to them later.
O que é Workspaces?
Workspaces é uma extensão do Chrome desenvolvida por mdni007, e sua principal característica é "Save all your current tabs and come back to them later.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Workspaces
Baixe arquivos de extensão Workspaces 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
Are you the type of person to always have 10+ tabs open on your browser? With Workspace you can save all your open tabs without having to bookmark them. Now you can finally turn off your computer knowing that you can get back all your opened tabs. Updates: v2: - Added button to update current workspaces (by Ganesh Swamypillai)
Informações Básicas da Extensão
Nome | Workspaces |
ID | eehocaoejekpmecmfecdkpohdkgkmoee |
URL Oficial | https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee |
Descrição | Save all your current tabs and come back to them later. |
Tamanho do Arquivo | 664 KB |
Contagem de Instalações | 2,918 |
Versão Atual | 2 |
Última Atualização | 2022-01-30 |
Data de Publicação | 2019-10-03 |
Classificação | 3.52/5 Total de 21 Avaliações |
Desenvolvedor | mdni007 |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://mdislam.com/data/workspaces.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Workspaces", "description": "Save all your current tabs and come back to them later.", "version": "2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html" }, "web_accessible_resources": [ "fonts\/*" ], "permissions": [ "storage", "tabs" ] } |