feedlybackgroundtab icon indicating copy to clipboard operation
feedlybackgroundtab copied to clipboard

Google Chrome Extension to open Feedly articles in background tab - using ';' (or any other key)

Results 5 feedlybackgroundtab issues
Sort by recently updated
recently updated
newest added

@hudochenkov was correct my previous fix actually wasn't. However I've found that **for me at least** their fix was insufficient alone and didn't work in List view. This version attempts...

Hi! The extension seems to have stopped working. I fiddled a little with the code and, altough I'm no real programmer, it seems to me that the selectors may need...

I found there are mixed tabs and spaces in *.js files. adding .editorconfig to fix that.

- Update manifest_version from 2 to 3 - Replace chrome.extension API with chrome.runtime API - Convert background scripts to service worker - Separate host permissions from general permissions - Update...