Feedly hotkeys

Disable feedly hotkeys

What is Feedly hotkeys?

Feedly hotkeys is a Chrome extension developed by b.pratsiuk, and its main feature is "Disable feedly hotkeys".

Extension Screenshots

screenshot

Download Feedly hotkeys Extension CRX File

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

                        You can disable certain hotkeys at Feedly.com.
Also extension provides multi-language hotkeys support.
Enjoy!                    

Extension Basic Information

Name Feedly hotkeys Feedly hotkeys
ID bgcpgbfpamgbjoohijpmlegohkhhmfol
Official URL https://chrome.google.com/webstore/detail/feedly-hotkeys/bgcpgbfpamgbjoohijpmlegohkhhmfol
Description Disable feedly hotkeys
File Size 35.48 KB
Installation Count 11
Current Version 1.3
Last Updated 2014-06-18
Publish Date 2014-06-18
Rating 5.00/5 Total 4 Ratings
Developer b.pratsiuk
Payment Type free
Supported Languages en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "injector.js"
            ],
            "matches": [
                "http:\/\/feedly.com\/*"
            ]
        }
    ],
    "description": "Disable feedly hotkeys",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtXhSXDrqL7AOa7Bx4Qx9mZQqKsdWYeLDdAujPAoyWdLtHPtNikK+aqg8O6571CCUA\/PP1OCpDU78\/dCxjgccviDs4GP\/tEzHrISH1olNzhUo4sP1nxlUlOjMNG5PW1M6v74\/tzHmMAwt2E7Ib\/dHSB\/Rxir51ey6ethlZDHyjwDZQpQcCRsDZAz\/nNOhg6xiJ3yGUmaqDrayGBYMwD1ThP+PqiBLRl4PqsO4s41dAOegZvqwY1vwr+Ov\/XhGk3YUkgoFp6EiqkhR1NBBmOzycSk5fc\/pMungwC0KyQnfzTocevaVnc5VuiVh4yTY8YLdMQi+NIpCZOyC6M3YHzZnxQIDAQAB",
    "manifest_version": 2,
    "name": "Feedly hotkeys",
    "permissions": [
        "tabs",
        "http:\/\/feedly.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "web_accessible_resources": [
        "main.js",
        "style.css"
    ]
}