RSSLists

This extension displays the current date, weather, and rss feeds in the new tab page

ما هو RSSLists؟

RSSLists هو إضافة Chrome تم تطويرها بواسطة michaeljstevens، والميزة الرئيسية لها هي "This extension displays the current date, weather, and rss feeds in the new tab page".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        RSSLists is a tool for displaying multiple RSS feeds in a series of horizontal lists on the new tab page. There are several included feeds, but any RSS feed is supported via the custom rss feed url input box. This extension enables users to view all their preferred sources of information in one place. Date, weather and note taking are included for convenience.                    

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

الاسم RSSLists RSSLists
ID mbaofboiknappfdajehfhhhlcmjldnpj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj
الوصف This extension displays the current date, weather, and rss feeds in the new tab page
حجم الملف 18.97 MB
عدد التثبيتات 43
النسخة الحالية 2.0.5
آخر تحديث 2017-01-22
تاريخ النشر 2017-01-22
تقييم 3.00/5 مجموع تقييمات 2
المطور michaeljstevens
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSSLists",
    "description": "This extension displays the current date, weather, and rss feeds in the new tab page",
    "version": "2.0.5",
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "views\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "views\/root.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "geolocation",
        "https:\/\/ajax.googleapis.com\/",
        "",
        "*:\/\/*\/*"
    ]
}