Feedly-Simplify

This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab

What is Feedly-Simplify?

Feedly-Simplify is a Chrome extension developed by ckuijjer, and its main feature is "This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab".

Extension Screenshots

screenshot

Download Feedly-Simplify Extension CRX File

Download Feedly-Simplify 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

                                            

Extension Basic Information

Name Feedly-Simplify Feedly-Simplify
ID fgepkmmkpkdoppdjenceolgjbdcfiekb
Official URL https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb
Description This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab
File Size 6.41 KB
Installation Count 28
Current Version 1.5.6
Last Updated 2017-11-02
Publish Date 2017-11-02
Developer ckuijjer
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly-Simplify",
    "description": "This extension restyles\/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab",
    "version": "1.5.6",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/cloud.feedly.com\/*",
                "https:\/\/cloud.feedly.com\/*",
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    }
}