Feedly Keys

Feedly keyboard shortcuts for Google Reader users

Feedly Keysคืออะไร?

Feedly Keys เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://183.181.8.119 และคุณลักษณะหลักของมันคือ "Feedly keyboard shortcuts for Google Reader users"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feedly Keys

ดาวน์โหลดไฟล์ส่วนขยาย Feedly Keys ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension enables keyboard shortcuts at the feedly website.
You can use the following shortcuts , the same with Google Reader.
Shortcut keys:
 N: Next item in list view
 P: Previous item in list view
 O: Expand selected item                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Feedly Keys Feedly Keys
ID mihgjnpfggahdemaokmdbinaokdmkeen
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feedly-keys/mihgjnpfggahdemaokmdbinaokdmkeen
คำอธิบาย Feedly keyboard shortcuts for Google Reader users
ขนาดไฟล์ 6.13 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2013-11-19
วันที่เผยแพร่ 2013-11-19
คะแนน 2.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://183.181.8.119
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedly Keys",
    "description": "Feedly keyboard shortcuts for Google Reader users",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "21",
    "content_scripts": [
        {
            "js": [
                "js\/key.js"
            ],
            "matches": [
                "http:\/\/www.feedly.com\/*",
                "http:\/\/cloud.feedly.com\/*"
            ]
        }
    ],
    "version": "0.0.1",
    "permissions": [
        "http:\/\/www.feedly.com\/*",
        "http:\/\/cloud.feedly.com\/*",
        "storage"
    ]
}