Feedly hotkeys
Disable feedly hotkeys
Cos'è Feedly hotkeys?
Feedly hotkeys è un'estensione di Chrome sviluppata da b.pratsiuk, e la sua funzione principale è "Disable feedly hotkeys".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Feedly hotkeys
Scarica i file di estensione Feedly hotkeys in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
You can disable certain hotkeys at Feedly.com. Also extension provides multi-language hotkeys support. Enjoy!
Informazioni di Base sull'Estensione
Nome | |
ID | bgcpgbfpamgbjoohijpmlegohkhhmfol |
URL Ufficiale | https://chrome.google.com/webstore/detail/feedly-hotkeys/bgcpgbfpamgbjoohijpmlegohkhhmfol |
Descrizione | Disable feedly hotkeys |
Dimensione del File | 35.48 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2014-06-18 |
Data di Pubblicazione | 2014-06-18 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | b.pratsiuk |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |