Last Tab

Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…

Cos'è Last Tab?

Last Tab è un'estensione di Chrome sviluppata da SnowDonut, e la sua funzione principale è "Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…".

Scarica il file CRX dell'estensione Last Tab

Scarica i file di estensione Last Tab 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

                        Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you were just working on. Can assign a shortcut to it to make it easily accessible.                    

Informazioni di Base sull'Estensione

Nome Last Tab Last Tab
ID ahjejhiehlhdhcgpifiappdhdjhbhcpf
URL Ufficiale https://chromewebstore.google.com/detail/last-tab/ahjejhiehlhdhcgpifiappdhdjhbhcpf
Descrizione Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…
Dimensione del File 81.62 KB
Conteggio Installazioni 79
Versione Corrente 0.1
Ultimo Aggiornamento 2016-10-26
Data di Pubblicazione 2016-10-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore SnowDonut
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Last Tab",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}