Feedly Keys

Feedly keyboard shortcuts for Google Reader users

What is Feedly Keys?

Feedly Keys is a Chrome extension developed by https://183.181.8.119, and its main feature is "Feedly keyboard shortcuts for Google Reader users".

Extension Screenshots

screenshot

Download Feedly Keys Extension CRX File

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

                        This extension enables keyboard shortcuts at the feedly website.
You can use the following shortcuts , the same with Google Reader.
Shortcut keys:
 N: Next item in list view
 P: Previous item in list view
 O: Expand selected item                    

Extension Basic Information

Name Feedly Keys Feedly Keys
ID mihgjnpfggahdemaokmdbinaokdmkeen
Official URL https://chromewebstore.google.com/detail/feedly-keys/mihgjnpfggahdemaokmdbinaokdmkeen
Description Feedly keyboard shortcuts for Google Reader users
File Size 6.13 KB
Installation Count 11
Current Version 0.0.1
Last Updated 2013-11-19
Publish Date 2013-11-19
Rating 2.00/5 Total 2 Ratings
Developer https://183.181.8.119
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedly Keys",
    "description": "Feedly keyboard shortcuts for Google Reader users",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "21",
    "content_scripts": [
        {
            "js": [
                "js\/key.js"
            ],
            "matches": [
                "http:\/\/www.feedly.com\/*",
                "http:\/\/cloud.feedly.com\/*"
            ]
        }
    ],
    "version": "0.0.1",
    "permissions": [
        "http:\/\/www.feedly.com\/*",
        "http:\/\/cloud.feedly.com\/*",
        "storage"
    ]
}