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)

O que é Feedly Companion: More keyboard shortcuts?

Feedly Companion: More keyboard shortcuts é uma extensão do Chrome desenvolvida por http://dpeck.net, e sua principal característica é "New Feedly keyboard shortcuts: Email Article (shift-e), Expose title/URL (shift-c), Expose URL (shift-u), Pinboard (shift-p)".

Baixar o arquivo CRX da Extensão Feedly Companion: More keyboard shortcuts

Baixe arquivos de extensão Feedly Companion: More keyboard shortcuts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Feedly Companion: More keyboard shortcuts Feedly Companion: More keyboard shortcuts
ID pbkabpmlagjmpkpcjokaeomfaihgbjag
URL Oficial https://chrome.google.com/webstore/detail/feedly-companion-more-key/pbkabpmlagjmpkpcjokaeomfaihgbjag
Descrição New Feedly keyboard shortcuts: Email Article (shift-e), Expose title/URL (shift-c), Expose URL (shift-u), Pinboard (shift-p)
Tamanho do Arquivo 71.94 KB
Contagem de Instalações 41
Versão Atual 1.3
Última Atualização 2015-03-04
Data de Publicação 2015-03-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor http://dpeck.net
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}