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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://dpeck.net และคุณลักษณะหลักของมันคือ "New Feedly keyboard shortcuts: Email Article (shift-e), Expose title/URL (shift-c), Expose URL (shift-u), Pinboard (shift-p)"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feedly Companion: More keyboard shortcuts

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}