Feedly Companion: More keyboard shortcuts

New Feedly keyboard shortcuts: Email Article (shift-e), Expose title/URL (shift-c), Expose URL (shift-u), Pinboard (shift-p)

什么是Feedly Companion: More keyboard shortcuts?

Feedly Companion: More keyboard shortcuts是由http://dpeck.net开发的Chrome扩展程序,该扩展的主要功能是“New Feedly keyboard shortcuts: Email Article (shift-e), Expose title/URL (shift-c), Expose URL (shift-u), Pinboard (shift-p)”。

下载Feedly Companion: More keyboard shortcuts扩展crx文件

下载Feedly Companion: More keyboard shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Version 1.3 adds 'send to pinboard (shift-p)'

Adds additional keyboard shortcuts to Feedly:

* Email Article (shift-e)
* Expose title and URL for copying (shift-c)
* Expose URL for copying (shift-u)
* Send to Pinboard (NEW!) (shift-p)                    

扩展基本信息

名称 Feedly Companion: More keyboard shortcuts Feedly Companion: More keyboard shortcuts
ID pbkabpmlagjmpkpcjokaeomfaihgbjag
官方URL https://chrome.google.com/webstore/detail/feedly-companion-more-key/pbkabpmlagjmpkpcjokaeomfaihgbjag
简介 New Feedly keyboard shortcuts: Email Article (shift-e), Expose title/URL (shift-c), Expose URL (shift-u), Pinboard (shift-p)
文件大小 71.94 KB
安装次数 41
当前版本 1.3
更新时间 2015-03-04
上架时间 2015-03-04
评分 5.00/5 共2次评分
开发者 http://dpeck.net
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedly Companion: More keyboard shortcuts",
    "version": "1.3",
    "manifest_version": 2,
    "description": "New Feedly keyboard shortcuts: Email Article (shift-e), Expose title\/URL (shift-c), Expose URL (shift-u), Pinboard (shift-p)",
    "icons": {
        "64": "icon-64.png",
        "48": "icon-48.png",
        "32": "icon-32.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*.feedly.com\/*",
        "https:\/\/*.feedly.com\/*"
    ],
    "background": {
        "scripts": [
            "init.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.feedly.com\/*",
                "https:\/\/*.feedly.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "start.js"
            ]
        }
    ]
}