Pinned Tab Fix

Set the active tab to the first non-pinned tab on startup.

¿Qué es Pinned Tab Fix?

Pinned Tab Fix es una extensión de Chrome desarrollada por Kanon Lo, y su función principal es "Set the active tab to the first non-pinned tab on startup.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Pinned Tab Fix

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

                        Sick of Chrome opening to your pinned tabs? This lightweight extension fixes that! Now Chrome will focus your first unpinned tab when you open the browser.                    

Información Básica de la Extensión

Nombre Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
URL Oficial https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
Descripción Set the active tab to the first non-pinned tab on startup.
Tamaño del Archivo 7.87 KB
Cantidad de Instalaciones 51
Versión Actual 1.0.0
Última Actualización 2016-04-13
Fecha de Publicación 2016-04-13
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador Kanon Lo
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "author": "Kanon Lo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Set the active tab to the first non-pinned tab on startup.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Pinned Tab Fix",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}