This is a Chrome extension that allows you to open Feedbin links in a background tab using a configurable keyboard shortcut.
The default keyboard shortcut is option + v
. A custom keyboard shortcut can be added here: chrome://extensions/configureCommands
.
Chrome used to allow background tab creation using JavaScript's createEvent
method but this has been removed.