Previous Tab

Switch back to the previously active tab using the keyboard.

Qu'est-ce que Previous Tab ?

Previous Tab est une extension Chrome développée par previoustab.com, et sa fonction principale est "Switch back to the previously active tab using the keyboard.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Previous Tab

Téléchargez les fichiers d'extension Previous Tab 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

                        Switch to the previously active tab (last tab) by pressing Ctrl+Q, or clicking the Previous Tab icon.

You can change the keyboard shortcut by visiting chrome://extensions/shortcuts .

Previous Tab does not require any permissions to install and use.

Chrome does not allow any extensions to use Ctrl+Tab or Ctrl+` as keyboard shortcuts.

The supported keys are Alt, Ctrl, Cmd along with:
A-Z, 0-9, Comma, Period, Home, End, PageUp, PageDown, Space, Insert, Delete, Arrow keys (Up, Down, Left, Right) and the Media Keys (MediaNextTrack, MediaPlayPause, MediaPrevTrack, MediaStop).

Donations are appreciated at donate.previoustab.com                    

Informations de Base sur l'Extension

Nom Previous Tab Previous Tab
ID bjaniflnlhhofabpoamhnobeonjcjjpl
URL Officiel https://chromewebstore.google.com/detail/previous-tab/bjaniflnlhhofabpoamhnobeonjcjjpl
Description Switch back to the previously active tab using the keyboard.
Taille du Fichier 468 KB
Nombre d'Installations 10,000
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-11-12
Date de Publication 2020-02-28
Évaluation 4.84/5 Total 97 Évaluations
Développeur previoustab.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Previous Tab",
    "description": "Switch back to the previously active tab using the keyboard.",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "switch-to-previously-active-tab": {
            "description": "Switch back to the previously active tab",
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            }
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        }
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}