Tab Focused

Stashes all tabs in currently opened window to a named clipboard.

¿Qué es Tab Focused?

Tab Focused es una extensión de Chrome desarrollada por https://metacode.biz, y su función principal es "Stashes all tabs in currently opened window to a named clipboard.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tab Focused

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

                        Tab Focused helps you control myriad of opened browser tabs by hiding those that are unnecessary at the moment.

Click on the tab icon on the toolbar and type a name for your clipboard under which tabs are to be saved. When you click "Stash bookmarks" the current window will be closed and all tabs will be transferred to the stash. When you open a new Chrome window and click on the tab icon again you will see the stash that you have just created. When you click on it all the tabs from the stash will be opened in a new window.

Send suggestions and bug reports to [email protected]                    

Información Básica de la Extensión

Nombre Tab Focused Tab Focused
ID mhdljapdjjfoeafbcldiajggppjomeno
URL Oficial https://chromewebstore.google.com/detail/tab-focused/mhdljapdjjfoeafbcldiajggppjomeno
Descripción Stashes all tabs in currently opened window to a named clipboard.
Tamaño del Archivo 14.09 KB
Cantidad de Instalaciones 175
Versión Actual 1.1
Última Actualización 2013-10-14
Fecha de Publicación 2013-10-14
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://metacode.biz
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://metacode.biz/privacy/policy
Idiomas Soportados en,pl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Focused",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon20.png"
    },
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "version": "1.1"
}