Feedly hotkeys

Disable feedly hotkeys

Wat is Feedly hotkeys?

Feedly hotkeys is een Chrome-extensie ontwikkeld door b.pratsiuk, en de belangrijkste functie is "Disable feedly hotkeys".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Feedly hotkeys

Download Feedly hotkeys-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Feedly hotkeys Feedly hotkeys
ID bgcpgbfpamgbjoohijpmlegohkhhmfol
Officiële URL https://chrome.google.com/webstore/detail/feedly-hotkeys/bgcpgbfpamgbjoohijpmlegohkhhmfol
Beschrijving Disable feedly hotkeys
Bestandsgrootte 35.48 KB
Aantal Installaties 11
Huidige Versie 1.3
Laatst Bijgewerkt 2014-06-18
Publicatiedatum 2014-06-18
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar b.pratsiuk
Betalingswijze free
Ondersteunde Talen 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"
    ]
}