Workspace Launcher

Quickly Launch Custom Workspaces

¿Qué es Workspace Launcher?

Workspace Launcher es una extensión de Chrome desarrollada por JS Vancouver, y su función principal es "Quickly Launch Custom Workspaces".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Workspace Launcher

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

                        Workspace Launcher allows users to create presets of tabs for any occasion. If you have a set of websites that you tend to visit for a specific task, the extension allows you to save your tabs into a workspace which can be quickly reopened from a new Chrome window or tab. Workspaces are capable of storing whether a tab within your preset is pinned as well. You can easily save the tabs open in a current window by clicking the Workspace Launcher icon from the top right of your Chrome window. Workspaces can also be created from the Workspace Launcher interface itself.

Create a workspace for:
- Typical sites you visit to start off the day
- Resources for a specific work project
- Sites you use for a school course
- Social media sites
- Blogs you follow
- Any set of sites you want to revisit in the future!                    

Información Básica de la Extensión

Nombre Workspace Launcher Workspace Launcher
ID nenchifcjkmfahicbjgpinmklenpfiih
URL Oficial https://chromewebstore.google.com/detail/workspace-launcher/nenchifcjkmfahicbjgpinmklenpfiih
Descripción Quickly Launch Custom Workspaces
Tamaño del Archivo 139 KB
Cantidad de Instalaciones 2,128
Versión Actual 1.2
Última Actualización 2017-02-27
Fecha de Publicación 2017-02-27
Calificación 3.43/5 Total de 40 Calificaciones
Desarrollador JS Vancouver
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workspace Launcher",
    "short_name": "Workspace Launcher",
    "description": "Quickly Launch Custom Workspaces",
    "version": "1.2",
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/19.png",
            "38": "assets\/images\/38.png"
        },
        "default_title": "Workspace Launcher",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "assets\/images\/16.png",
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}