htrinter / Open-Multiple-URLs

Browser extension for opening lists of URLs built on top of WebExtension with cross-browser support
GNU General Public License v3.0
250 stars 57 forks source link

[Chrome] Activating the extension via Keyboard Shortcut broken #54

Closed Bison700 closed 2 years ago

Bison700 commented 2 years ago

I recognized recently that the extension is missing in chrome://extensions/shortcuts.

Thus the keyboard shortcut that I assigned to activate the extension does not work anymore. The behaviour is the same on other computers. It worked before so I guess it is not intended.

htrinter commented 2 years ago

That is probably down to the upgrade to manifest version 3. I will take a look.

htrinter commented 2 years ago

Fixed in v1.5.6 currently in Google's review process. Manifest v3 needs some additional configuration for shortcuts to be enabled, that I have now added.

htrinter commented 2 years ago

Fix is published on Chrome Web Store. Please note that Chrome may need a restart after setting the shortcut. Seems to be a known issue https://bugs.chromium.org/p/chromium/issues/detail?id=1190476