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”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Feedly Keys Feedly Keys
ID mihgjnpfggahdemaokmdbinaokdmkeen
官方網址 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"
    ]
}