Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CMD+R not working anymore in chrome://extensions/

I'm developing a Chrome extension and previously, to reload the new code, I would just go to chrome://extensions/ and hit CMD+R. Now this is not reloading the extension and I have to manually click (with a mouse!!!) on the CMD+R link.

This is quite annoying and not sure what were the reasons behind this change. Anyone knows of a workaround?

EDIT: Seems this was fixed in the recent Chrome versions.

like image 942
Alex Plugaru Avatar asked Oct 09 '15 19:10

Alex Plugaru


People also ask

Why are my extensions not working in Chrome?

Outdated Extensions Check if the extension, which isn't loading properly, has been updated. Chrome usually updates extensions automatically whenever a new version becomes available. Still, it may take some time until its following schedule to verify whether any updates are available for extensions.


1 Answers

Ctrl+R being broken is a bug: https://code.google.com/p/chromium/issues/detail?id=526945

Until that bug is fixed, you could use any of the suggestions from How do I auto-reload a Chrome extension I'm developing? to reload extensions.

like image 169
Rob W Avatar answered Sep 22 '22 04:09

Rob W