Backxtab

Shortcut to the last visited tabs.

Wat is Backxtab?

Backxtab is een Chrome-extensie ontwikkeld door Damien Brunet, en de belangrijkste functie is "Shortcut to the last visited tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Backxtab

Download Backxtab-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

                        Click the icon to select the last visited tab, click again while the counter is on to select the next-to-last one, etc...

When the counter turns off, clicking the icon sends you directly to the first tab you were on before going back in time.

You can customize the delay before the counter turns off: right-click the icon and choose 'options'.

You can assign a keyboard shortcut to Backxtab: chrome://extensions/shortcuts

Open-source: https://github.com/djrekca/Backxtab                    

Basisinformatie over de Extensie

Naam Backxtab Backxtab
ID fnfpaldoamkghkmcdpnailhjbibfkdei
Officiële URL https://chromewebstore.google.com/detail/backxtab/fnfpaldoamkghkmcdpnailhjbibfkdei
Beschrijving Shortcut to the last visited tabs.
Bestandsgrootte 17.2 KB
Aantal Installaties 85
Huidige Versie 1.2.0
Laatst Bijgewerkt 2021-06-06
Publicatiedatum 2019-04-26
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar Damien Brunet
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.0",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "minimum_chrome_version": "49",
    "manifest_version": 2
}