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)

Qu'est-ce que Feedly Companion: More keyboard shortcuts ?

Feedly Companion: More keyboard shortcuts est une extension Chrome développée par http://dpeck.net, et sa fonction principale est "New Feedly keyboard shortcuts: Email Article (shift-e), Expose title/URL (shift-c), Expose URL (shift-u), Pinboard (shift-p)".

Télécharger le fichier CRX de l'extension Feedly Companion: More keyboard shortcuts

Téléchargez les fichiers d'extension Feedly Companion: More keyboard shortcuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Feedly Companion: More keyboard shortcuts Feedly Companion: More keyboard shortcuts
ID pbkabpmlagjmpkpcjokaeomfaihgbjag
URL Officiel https://chrome.google.com/webstore/detail/feedly-companion-more-key/pbkabpmlagjmpkpcjokaeomfaihgbjag
Description New Feedly keyboard shortcuts: Email Article (shift-e), Expose title/URL (shift-c), Expose URL (shift-u), Pinboard (shift-p)
Taille du Fichier 71.94 KB
Nombre d'Installations 41
Version Actuelle 1.3
Dernière Mise à Jour 2015-03-04
Date de Publication 2015-03-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://dpeck.net
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}