Switch between recent tabs (MRU tabs switch)
Use a keyboard shortcut to switch between two most recent tabs.
Qu'est-ce que Switch between recent tabs (MRU tabs switch) ?
Switch between recent tabs (MRU tabs switch) est une extension Chrome développée par ilyachase, et sa fonction principale est "Use a keyboard shortcut to switch between two most recent tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Switch between recent tabs (MRU tabs switch)
Téléchargez les fichiers d'extension Switch between recent tabs (MRU tabs switch) 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
By default, the hotkey is Alt+Q (⌥Q on Mac) but can be configured by accessing the following URL: chrome://extensions/shortcuts Please, take note that it's not possible to use existing Chrome hotkeys on this page. If you still want to set e.g. Ctrl+Tab as a hotkey, you have to change the Chrome settings file. On Windows: Press Win+R and execute "notepad %LOCALAPPDATA%\Google\Chrome\User Data\Default\Preferences". On Ubuntu: gedit ~/.config/google-chrome/Default/Preferences Then change all occurrences of Alt+Q to Ctrl+Tab Important: if you're using Google account sync, disable settings synchronization. Otherwise, Chrome will be overriding the changed hotkey on each restart. If the above way doesn't work for you, follow the instructions on this Gist: https://gist.github.com/ilyachase/49c7a6d1aa543d16568520560cfaf226
Informations de Base sur l'Extension
Nom | Switch between recent tabs (MRU tabs switch) |
ID | jceaicinopjaoknlhdfdjileacogogep |
URL Officiel | https://chromewebstore.google.com/detail/switch-between-recent-tab/jceaicinopjaoknlhdfdjileacogogep |
Description | Use a keyboard shortcut to switch between two most recent tabs. |
Taille du Fichier | 76.57 KB |
Nombre d'Installations | 694 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2024-03-02 |
Date de Publication | 2021-11-14 |
Évaluation | 4.64/5 Total 14 Évaluations |
Développeur | ilyachase |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "commands": { "inject-script": { "suggested_key": "Alt+Q", "description": "Switch to the previous tab" } } } |