Feedly Background Tab

Open Feedly Links in Background Tab using shortcut key

What is Feedly Background Tab?

Feedly Background Tab is a Chrome extension developed by Aaron Saray, and its main feature is "Open Feedly Links in Background Tab using shortcut key".

Extension Screenshots

screenshot

Download Feedly Background Tab Extension CRX File

Download Feedly Background Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Are you a power user of Feedly - but just wish the 'v' key would open tabs in the background?  This extension is for you!

Now, when you are viewing articles in list view, press ';' and the new tab opens in the background.  Or, if you'd like, customize your shortcut key in the options.  Now supports Cloudly, including PRO!                    

Extension Basic Information

Name Feedly Background Tab Feedly Background Tab
ID gjlijkhcebalcchkhgaiflaooghmoegk
Official URL https://chromewebstore.google.com/detail/feedly-background-tab/gjlijkhcebalcchkhgaiflaooghmoegk
Description Open Feedly Links in Background Tab using shortcut key
File Size 15.99 KB
Installation Count 4,009
Current Version 0.13
Last Updated 2017-08-11
Publish Date 2017-08-11
Rating 3.96/5 Total 79 Ratings
Developer Aaron Saray
Email [email protected]
Payment Type free
Extension Website https://github.com/aaronsaray/feedlybackgroundtab
Help Page URL https://github.com/aaronsaray/feedlybackgroundtab
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedly Background Tab",
    "version": "0.13",
    "manifest_version": 2,
    "description": "Open Feedly Links in Background Tab using shortcut key",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.feedly.com\/*"
            ],
            "js": [
                "js\/keypress.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/www.feedly.com\/*",
        "http:\/\/cloud.feedly.com\/*",
        "https:\/\/cloud.feedly.com\/*",
        "storage"
    ],
    "minimum_chrome_version": "21",
    "icons": {
        "128": "images\/icon_128.png"
    }
}