Skip to content

Instantly share code, notes, and snippets.

@ilyachase
Created March 2, 2024 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyachase/49c7a6d1aa543d16568520560cfaf226 to your computer and use it in GitHub Desktop.
Save ilyachase/49c7a6d1aa543d16568520560cfaf226 to your computer and use it in GitHub Desktop.
Change hotkey for the "Switch between recent tabs (MRU tabs switch)" extension
1. Open chrome://extensions/shortcuts
2. Press F12 and choose the Console tab
3. Copy-paste script below to the console and press Enter
await chrome.developerPrivate.updateExtensionCommand({
extensionId: "jceaicinopjaoknlhdfdjileacogogep",
commandName: "inject-script",
keybinding: "Ctrl+Tab"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment