Pinned Tab Fix

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

Cos'è Pinned Tab Fix?

Pinned Tab Fix è un'estensione di Chrome sviluppata da Kanon Lo, e la sua funzione principale è "Set the active tab to the first non-pinned tab on startup.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pinned Tab Fix

Scarica i file di estensione Pinned Tab Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
URL Ufficiale https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
Descrizione Set the active tab to the first non-pinned tab on startup.
Dimensione del File 7.87 KB
Conteggio Installazioni 51
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-04-13
Data di Pubblicazione 2016-04-13
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Kanon Lo
Tipo di Pagamento free
Lingue Supportate 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"
}