Switch Last Tabs

Use the shortcut (or define your own) to switch between your two last used tabs. Requires a one-time payment.

Qu'est-ce que Switch Last Tabs ?

Switch Last Tabs est une extension Chrome développée par Or Schiro, et sa fonction principale est "Use the shortcut (or define your own) to switch between your two last used tabs. Requires a one-time payment.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Switch Last Tabs

Téléchargez les fichiers d'extension Switch Last Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        You can modify the shortcut by opening the following URL: 

chrome://extensions/shortcuts                    

Informations de Base sur l'Extension

Nom Switch Last Tabs Switch Last Tabs
ID odhjcgnlbagjllfbilicalpigimhdcll
URL Officiel https://chromewebstore.google.com/detail/switch-last-tabs/odhjcgnlbagjllfbilicalpigimhdcll
Description Use the shortcut (or define your own) to switch between your two last used tabs. Requires a one-time payment.
Taille du Fichier 61.9 KB
Nombre d'Installations 4,256
Version Actuelle 49
Dernière Mise à Jour 2024-02-28
Date de Publication 2020-05-30
Évaluation 4.33/5 Total 265 Évaluations
Développeur Or Schiro
Email [email protected]
Type de Paiement in_app
URL de la Page d'Aide https://github.com/orschiro/AltQ/issues
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "49",
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Q",
                "windows": "Alt+Q",
                "mac": "Alt+Q",
                "chromeos": "Alt+Q",
                "linux": "Alt+Q"
            }
        }
    },
    "permissions": [
        "storage",
        "offscreen"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}