Override the bookmark shortcut (Ctrl+D) function in Chrome
Is it possible to override the Ctrl + D ? I want to, for example console.log or something, and not add the links to the bookmarks. Shortcuts can be overridden using the chrome.commands API. An extension can suggest a default shortcut (eg. Ctrl+D) in the manifest file, but users are free to override this at chrome://extensions/ , as seen below: Usage This API is still under development and only available at the Beta and Dev channels, and the Canary builds More info . It will probably available to everyone starting at Chrome 24. If you want to test the API in Chrome 23 or lower, add the