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"
]
} | |