PowerSwitch

Switch tabs by typing

Qu'est-ce que PowerSwitch ?

PowerSwitch est une extension Chrome développée par Malcolm Handley, et sa fonction principale est "Switch tabs by typing".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PowerSwitch

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

                        PowerSwitch is a tab switcher that lets you switch tabs instantly with your keyboard. Press command/control-k to open the list of tabs, type to filter the tabs, press enter to select one.

This solves two problems:
- you can pop over to a particular tab just by knowing its name. Lost your Gmail tab in ten windows with twelve tabs each? No problem: Just press command-k and type some of the name of the tab.
- you can easily bounce between two tabs, the way that you can alt-tab between apps: command-k, enter.

Version 2013.9.21 fixes bugs with full-screen windows and with not bringing a window to the front when switching tabs (apparently because of a change in Chrome's behavior) and removes the toolbar button. Now the keyboard shortcut is the only way to use PowerSwitch.

Version 2013.4.2 fixes a bug that caused the list of tabs to be empty after loading certain kinds of tabs.

(PowerSwitch is similar to Emacs' iswitchb and also to the Recent Files UI in IntelliJ.)                    

Informations de Base sur l'Extension

Nom PowerSwitch PowerSwitch
ID lljbpnomhjlnohbcipjjjmnbncfofobe
URL Officiel https://chromewebstore.google.com/detail/powerswitch/lljbpnomhjlnohbcipjjjmnbncfofobe
Description Switch tabs by typing
Taille du Fichier 57.42 KB
Nombre d'Installations 662
Version Actuelle 2020.4.1
Dernière Mise à Jour 2020-04-01
Date de Publication 2020-04-01
Évaluation 4.68/5 Total 28 Évaluations
Développeur Malcolm Handley
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PowerSwitch",
    "version": "2020.4.1",
    "description": "Switch tabs by typing",
    "background": {
        "scripts": [
            "MochiKit.js",
            "background.js"
        ]
    },
    "commands": {
        "switch_tab": {
            "suggested_key": {
                "default": "Ctrl+K"
            },
            "description": "Bring up the tab switcher"
        }
    },
    "permissions": [
        "tabs"
    ]
}