Follow Feed | Feedly

Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.

ما هو Follow Feed | Feedly؟

Follow Feed | Feedly هو إضافة Chrome تم تطويرها بواسطة https://feedly.com، والميزة الرئيسية لها هي "Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Follow Feed | Feedly

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

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

                        The Web is an ocean of knowledge and inspiration. This extension allows you to quickly add the blogs, news sites and Youtube channels you want to keep up with to your Feedly.

When you click on the Follow Feed icon, the Feedly extension will find the RSS feed for the page you are reading and allow you to open it in Feedly so that you can easily preview it and add it to one of your feeds if you like the content.

If you have any questions, you can reach us at [email protected]

Happy reading!                    

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

الاسم Follow Feed | Feedly Follow Feed | Feedly
ID ccmkbgknapokcjabmiaimipiepgpgbco
عنوان URL الرسمي https://chromewebstore.google.com/detail/follow-feed-feedly/ccmkbgknapokcjabmiaimipiepgpgbco
الوصف Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.
حجم الملف 1.56 MB
عدد التثبيتات 13,023
النسخة الحالية 4.0.1
آخر تحديث 2019-04-12
تاريخ النشر 2019-04-12
تقييم 3.49/5 مجموع تقييمات 55
المطور https://feedly.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://feedly.com
عنوان صفحة المساعدة https://plus.google.com/communities/113648582731838175643
عنوان صفحة سياسة الخصوصية https://feedly.com/i/legal/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Follow Feed | Feedly",
    "description": "Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.",
    "author": "Feedly",
    "version": "4.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "19x19.png",
            "38": "[email protected]"
        },
        "default_title": "Follow this feed | Feedly",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject-bundle.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/feedly.com\/"
    ],
    "web_accessible_resources": [
        "128x128.png"
    ]
}