Feedly-Simplify

This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab

ما هو Feedly-Simplify؟

Feedly-Simplify هو إضافة Chrome تم تطويرها بواسطة ckuijjer، والميزة الرئيسية لها هي "This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Feedly-Simplify

قم بتنزيل ملفات الامتداد Feedly-Simplify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

معلومات أساسية عن التمديد

الاسم Feedly-Simplify Feedly-Simplify
ID fgepkmmkpkdoppdjenceolgjbdcfiekb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb
الوصف This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab
حجم الملف 6.41 KB
عدد التثبيتات 28
النسخة الحالية 1.5.6
آخر تحديث 2017-11-02
تاريخ النشر 2017-11-02
المطور ckuijjer
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly-Simplify",
    "description": "This extension restyles\/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab",
    "version": "1.5.6",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/cloud.feedly.com\/*",
                "https:\/\/cloud.feedly.com\/*",
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    }
}