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)
拡張機能の基本情報
名前 | |
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" ] } ] } |