Feedly Favicons

Feedly Favicons

ما هو Feedly Favicons؟

Feedly Favicons هو إضافة Chrome تم تطويرها بواسطة Greg Bradley، والميزة الرئيسية لها هي "Feedly Favicons".

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

screenshot

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

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

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

                        Feedly.com is a web application allowing users to subscribe to RSS feeds and view items from those feeds. Those feeds belong to various other web sites. With this extension installed when users on Feedly.com view items that originate from those other web sites instead of just seeing the text title of the item they will also see an icon next to the title representing the web site that the item is from. The icon is obtained from the favicon belonging to the web site.                    

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

الاسم Feedly Favicons Feedly Favicons
ID bcakaadbcflpijljbkdgmnjaeljfpppa
عنوان URL الرسمي https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa
الوصف Feedly Favicons
حجم الملف 42.75 KB
عدد التثبيتات 72
النسخة الحالية 1.1.6
آخر تحديث 2023-09-19
تاريخ النشر 2019-08-20
تقييم 5.00/5 مجموع تقييمات 1
المطور Greg Bradley
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly Favicons",
    "short_name": "Feedly Favicons",
    "description": "Feedly Favicons",
    "version": "1.1.6",
    "author": "Greg Bradley",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/feedly.com\/i\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "jquery-1.11.1.min.js",
                "main.js"
            ]
        }
    ]
}