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)
Was ist Feedly Companion: More keyboard shortcuts?
Feedly Companion: More keyboard shortcuts ist eine Chrome-Erweiterung, die von http://dpeck.net entwickelt wurde, und ihr Hauptmerkmal ist "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-Erweiterungs-CRX-Datei herunterladen
Laden Sie Feedly Companion: More keyboard shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | |
ID | pbkabpmlagjmpkpcjokaeomfaihgbjag |
Offizielle URL | https://chrome.google.com/webstore/detail/feedly-companion-more-key/pbkabpmlagjmpkpcjokaeomfaihgbjag |
Beschreibung | New Feedly keyboard shortcuts: Email Article (shift-e), Expose title/URL (shift-c), Expose URL (shift-u), Pinboard (shift-p) |
Dateigröße | 71.94 KB |
Installationsanzahl | 41 |
Aktuelle Version | 1.3 |
Letztes Update | 2015-03-04 |
Veröffentlichungsdatum | 2015-03-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | http://dpeck.net |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |