Easy to RSS

Retreive RSS feeds URLs from WebSite, RSSHub supported

ما هو Easy to RSS؟

Easy to RSS هو إضافة Chrome تم تطويرها بواسطة https://idealclover.top، والميزة الرئيسية لها هي "Retreive RSS feeds URLs from WebSite, RSSHub supported".

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

screenshot

تحميل ملف CRX للإضافة Easy to RSS

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

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

                        pre release version of Easy-to-RSS
https://github.com/idealclover/Easy-to-RSS
主要功能:获取网页RSS,复制到剪贴板并打开该RSS网页。与RSSHub联动                    

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

الاسم Easy to RSS Easy to RSS
ID hbcmpkcpbnecinpngdnfbnknfkdpdfli
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-to-rss/hbcmpkcpbnecinpngdnfbnknfkdpdfli
الوصف Retreive RSS feeds URLs from WebSite, RSSHub supported
حجم الملف 21.43 KB
عدد التثبيتات 2,686
النسخة الحالية 0.2.0
آخر تحديث 2018-12-18
تاريخ النشر 2018-12-17
تقييم 4.38/5 مجموع تقييمات 8
المطور https://idealclover.top
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy to RSS",
    "description": "Retreive RSS feeds URLs from WebSite, RSSHub supported",
    "version": "0.2.0",
    "author": "@idealclover",
    "homepage_url": "https:\/\/github.com\/idealclover\/Easy-to-RSS",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite",
        "activeTab",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "img\/icon_default.png",
        "default_popup": "popup.html",
        "default_title": "Click to view RSS feeds for this page"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "img\/icon_128.png"
    }
}