Readly

A little Google Reader treatment for Feedly

ما هو Readly؟

Readly هو إضافة Chrome تم تطويرها بواسطة Illia Panasenko، والميزة الرئيسية لها هي "A little Google Reader treatment for Feedly".

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

screenshot

تحميل ملف CRX للإضافة Readly

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

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

                        Most of things it visually changes are applied to list (titles, condensed) view only. What it does:

Makes layout a little more compact, less free space
Grey colour title for read article when it is opened
Smaller images for freakenergy.ru RSS feed (I need it, so it will be here :) )
Favicons are always shown
Some visual fixes

"v" opens article in new background tab                    

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

الاسم Readly Readly
ID aflgknnjpkjdoapemodkijpmgclcingn
عنوان URL الرسمي https://chromewebstore.google.com/detail/readly/aflgknnjpkjdoapemodkijpmgclcingn
الوصف A little Google Reader treatment for Feedly
حجم الملف 64.09 KB
عدد التثبيتات 601
النسخة الحالية 0.10.4
آخر تحديث 2021-05-13
تاريخ النشر 2019-03-07
تقييم 4.21/5 مجموع تقييمات 24
المطور Illia Panasenko
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readly",
    "version": "0.10.4",
    "manifest_version": 2,
    "description": "A little Google Reader treatment for Feedly",
    "icons": {
        "16": "icons\/readly-16.png",
        "32": "icons\/readly-32.png",
        "64": "icons\/readly-64.png",
        "128": "icons\/readly-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.feedly.com\/home*",
                "https:\/\/www.feedly.com\/home*",
                "http:\/\/cloud.feedly.com\/*",
                "https:\/\/cloud.feedly.com\/*",
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}