fwextensions / QuicKey

Jump between recent tabs in Chrome via keyboard shortcuts or a most recently used (MRU) menu.
https://fwextensions.github.io/QuicKey
214 stars 21 forks source link

Bug #102

Closed ghost closed 1 year ago

ghost commented 1 year ago

Trying option #1 here: https://fwextensions.github.io/QuicKey/ctrl-tab/#option-1

Getting an error on pasting the code (key matches key in address bar too).

chrome.developerPrivate.updateExtensionCommand({
    extensionId: "mcjciddpjefdpndgllejgcekmajmehnd",
    commandName: "30-toggle-recent-tabs",
    keybinding: "Ctrl+Tab"
});

VM22:1 Uncaught TypeError: Cannot read properties of undefined (reading 'updateExtensionCommand') at :1:25 (anonymous) @ VM22:1

fwextensions commented 1 year ago

Duplicate of #103