Feedly hotkeys
Disable feedly hotkeys
Feedly hotkeysとは何ですか?
Feedly hotkeysはb.pratsiukによって開発されたChromeの拡張機能で、その主な機能は「Disable feedly hotkeys」です。
拡張機能のスクリーンショット
Feedly hotkeys拡張機能のCRXファイルをダウンロード
Feedly hotkeys拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can disable certain hotkeys at Feedly.com. Also extension provides multi-language hotkeys support. Enjoy!
拡張機能の基本情報
名前 | |
ID | bgcpgbfpamgbjoohijpmlegohkhhmfol |
公式URL | https://chrome.google.com/webstore/detail/feedly-hotkeys/bgcpgbfpamgbjoohijpmlegohkhhmfol |
説明 | Disable feedly hotkeys |
ファイルサイズ | 35.48 KB |
インストール数 | 11 |
現在のバージョン | 1.3 |
最終更新日 | 2014-06-18 |
公開日 | 2014-06-18 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | b.pratsiuk |
支払い方法 | free |
対応言語 | 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" ] } |