Workspace
Store unneeded tabs in one page, and free up tab space
¿Qué es Workspace?
Workspace es una extensión de Chrome desarrollada por Freeman Lou, y su función principal es "Store unneeded tabs in one page, and free up tab space".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Workspace
Descarga archivos de extensión Workspace 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
Sometimes there are tabs that are not needed immediately, but are also not important enough to be bookmarked. Workspace temporarily stores the links in one page, freeing tab space and allowing for more flexibility. Use by clicking on the added button next to address bar. A small window will appear that says "Save All Tabs". Click and all your tabs will disappear; they are listed on a newly created tab. Restore them all with one button! Icon by http://appercuts.blogspot.com/
Información Básica de la Extensión
Nombre | Workspace |
ID | pfpbeaemdigklchgdmmkldnaieimmmin |
URL Oficial | https://chromewebstore.google.com/detail/workspace/pfpbeaemdigklchgdmmkldnaieimmmin |
Descripción | Store unneeded tabs in one page, and free up tab space |
Tamaño del Archivo | 7.9 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 1.0 |
Última Actualización | 2017-03-21 |
Fecha de Publicación | 2017-03-21 |
Calificación | 4.50/5 Total de 2 Calificaciones |
Desarrollador | Freeman Lou |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Workspace", "description": "Store unneeded tabs in one page, and free up tab space", "version": "1.0", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |