Workspaces

Save all your current tabs and come back to them later.

¿Qué es Workspaces?

Workspaces es una extensión de Chrome desarrollada por mdni007, y su función principal es "Save all your current tabs and come back to them later.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Workspaces

Descarga archivos de extensión Workspaces 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

                        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)                    

Información Básica de la Extensión

Nombre Workspaces Workspaces
ID eehocaoejekpmecmfecdkpohdkgkmoee
URL Oficial https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee
Descripción Save all your current tabs and come back to them later.
Tamaño del Archivo 664 KB
Cantidad de Instalaciones 2,918
Versión Actual 2
Última Actualización 2022-01-30
Fecha de Publicación 2019-10-03
Calificación 3.52/5 Total de 21 Calificaciones
Desarrollador mdni007
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://mdislam.com/data/workspaces.html
Idiomas Soportados 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"
    ]
}