SnipRSS

Quickly create RSS feeds straight from web pages

ما هو SnipRSS؟

SnipRSS هو إضافة Chrome تم تطويرها بواسطة https://sniprss.com، والميزة الرئيسية لها هي "Quickly create RSS feeds straight from web pages".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        SnipRSS enables you to snip videos, podcasts, blog posts, web pages, social posts and documents from around the web into your own shareable RSS feeds.                    

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

الاسم SnipRSS SnipRSS
ID epjpckipgaokjlibmahggjgpeealngad
عنوان URL الرسمي https://chromewebstore.google.com/detail/sniprss/epjpckipgaokjlibmahggjgpeealngad
الوصف Quickly create RSS feeds straight from web pages
حجم الملف 29.79 KB
عدد التثبيتات 150
النسخة الحالية 1.0.4
آخر تحديث 2022-06-24
تاريخ النشر 2021-08-26
المطور https://sniprss.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://sniprss.com/
عنوان صفحة المساعدة https://sniprss.com/
عنوان صفحة سياسة الخصوصية https://www.redrobotstudios.com/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SnipRSS",
    "description": "Quickly create RSS feeds straight from web pages",
    "version": "1.0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/logo.png",
            "32": "\/img\/logo.png",
            "48": "\/img\/logo.png",
            "128": "\/img\/logo.png"
        }
    },
    "icons": {
        "16": "\/img\/logo.png",
        "32": "\/img\/logo.png",
        "48": "\/img\/logo.png",
        "128": "\/img\/logo.png"
    },
    "host_permissions": [
        "https:\/\/sniprss.com\/api\/*"
    ]
}