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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}