Flash RSS Feed

Minimal custom feeds in every new tab.

ما هو Flash RSS Feed؟

Flash RSS Feed هو إضافة Chrome تم تطويرها بواسطة Giuseppe Barbalinardo، والميزة الرئيسية لها هي "Minimal custom feeds in every new tab.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Flash RSS Feed

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

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

                        Flash RSS Feed gives you a news from your RSS selection at every new tab. Using a minimal effective flashcard design, this extension allows you to use the dead time while you write in your search bar to show the latest updates from the world in the background. If you want to dig into the article shown more, explore it, with just one click. Subscribe to the rss feed you like and keep yourself up-to-date. As easy as that with Flash RSS Feed.                    

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

الاسم Flash RSS Feed Flash RSS Feed
ID dphnchgfmahcanlodghiejglcgajklma
عنوان URL الرسمي https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma
الوصف Minimal custom feeds in every new tab.
حجم الملف 666 KB
عدد التثبيتات 23
النسخة الحالية 1.0.1
آخر تحديث 2016-12-31
تاريخ النشر 2016-12-31
المطور Giuseppe Barbalinardo
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flash RSS Feed",
    "version": "1.0.1",
    "description": "Minimal custom feeds in every new tab.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "homepage_url": "http:\/\/giuseppe.barbalinardo.com"
}