Feedly Subscriber

One-click subscribe with Feedly

ما هو Feedly Subscriber؟

Feedly Subscriber هو إضافة Chrome تم تطويرها بواسطة p3lim، والميزة الرئيسية لها هي "One-click subscribe with Feedly".

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

screenshot

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

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

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

                        Feedly Subscriber is a Chrome extension for Feedly, which allows you to easily add new feeds, one click away!

I made this as a superior alternative to Google's RSS subscription extension, specifically for Feedly.

Also, see my Feedly Counter extension:
http://bit.ly/feedly-counter                    

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

الاسم Feedly Subscriber Feedly Subscriber
ID kflhgnleiaemnemmnbfndohdoabfnock
عنوان URL الرسمي https://chromewebstore.google.com/detail/feedly-subscriber/kflhgnleiaemnemmnbfndohdoabfnock
الوصف One-click subscribe with Feedly
حجم الملف 9.66 KB
عدد التثبيتات 429
النسخة الحالية 1.1.0
آخر تحديث 2015-01-30
تاريخ النشر 2015-01-30
تقييم 4.55/5 مجموع تقييمات 20
المطور p3lim
نوع الدفع free
موقع الإضافة https://github.com/p3lim/feedly-subscriber
عنوان صفحة المساعدة https://github.com/p3lim/feedly-subscriber/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly Subscriber",
    "description": "One-click subscribe with Feedly",
    "version": "1.1.0",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/sniffer.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}