Feedly Keys
Feedly keyboard shortcuts for Google Reader users
Feedly Keysとは何ですか?
Feedly Keysはhttps://183.181.8.119によって開発されたChromeの拡張機能で、その主な機能は「Feedly keyboard shortcuts for Google Reader users」です。
拡張機能のスクリーンショット
Feedly Keys拡張機能のCRXファイルをダウンロード
Feedly Keys拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension enables keyboard shortcuts at the feedly website.
You can use the following shortcuts , the same with Google Reader.
Shortcut keys:
N: Next item in list view
P: Previous item in list view
O: Expand selected item 拡張機能の基本情報
| 名前 | |
| ID | mihgjnpfggahdemaokmdbinaokdmkeen |
| 公式URL | https://chromewebstore.google.com/detail/feedly-keys/mihgjnpfggahdemaokmdbinaokdmkeen |
| 説明 | Feedly keyboard shortcuts for Google Reader users |
| ファイルサイズ | 6.13 KB |
| インストール数 | 11 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2013-11-19 |
| 公開日 | 2013-11-19 |
| 評価 | 2.00/5 合計 2 レビュー |
| 開発者 | https://183.181.8.119 |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Feedly Keys",
"description": "Feedly keyboard shortcuts for Google Reader users",
"icons": {
"128": "images\/icon_128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "21",
"content_scripts": [
{
"js": [
"js\/key.js"
],
"matches": [
"http:\/\/www.feedly.com\/*",
"http:\/\/cloud.feedly.com\/*"
]
}
],
"version": "0.0.1",
"permissions": [
"http:\/\/www.feedly.com\/*",
"http:\/\/cloud.feedly.com\/*",
"storage"
]
} | |