Feedly hotkeys
Disable feedly hotkeys
Qu'est-ce que Feedly hotkeys ?
Feedly hotkeys est une extension Chrome développée par b.pratsiuk, et sa fonction principale est "Disable feedly hotkeys".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Feedly hotkeys
Téléchargez les fichiers d'extension Feedly hotkeys au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
You can disable certain hotkeys at Feedly.com. Also extension provides multi-language hotkeys support. Enjoy!
Informations de Base sur l'Extension
Nom | |
ID | bgcpgbfpamgbjoohijpmlegohkhhmfol |
URL Officiel | https://chrome.google.com/webstore/detail/feedly-hotkeys/bgcpgbfpamgbjoohijpmlegohkhhmfol |
Description | Disable feedly hotkeys |
Taille du Fichier | 35.48 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2014-06-18 |
Date de Publication | 2014-06-18 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | b.pratsiuk |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |