feedlybackgroundtab
feedlybackgroundtab copied to clipboard
Google Chrome Extension to open Feedly articles in background tab - using ';' (or any other key)
@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...
Partially closes #23.
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...