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…

Wat is Last Tab?

Last Tab is een Chrome-extensie ontwikkeld door SnowDonut, en de belangrijkste functie is "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…".

Download het CRX-bestand van de extensie Last Tab

Download Last Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Last Tab Last Tab
ID ahjejhiehlhdhcgpifiappdhdjhbhcpf
Officiële URL https://chromewebstore.google.com/detail/last-tab/ahjejhiehlhdhcgpifiappdhdjhbhcpf
Beschrijving 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…
Bestandsgrootte 81.62 KB
Aantal Installaties 79
Huidige Versie 0.1
Laatst Bijgewerkt 2016-10-26
Publicatiedatum 2016-10-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar SnowDonut
Betalingswijze free
Ondersteunde Talen 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"
    ]
}