BBC World RSS Feed

This extension displays the latest news updates from BBC world

ما هو BBC World RSS Feed؟

BBC World RSS Feed هو إضافة Chrome تم تطويرها بواسطة miteyan25، والميزة الرئيسية لها هي "This extension displays the latest news updates from BBC world".

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

screenshot

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

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

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

                        View the BBC World RSS feed in a clear and minimalistic view as a chrome extension.
A simple and light way of keeping track of the latest news from around the world.

Features:
- Instantaneously see when new posts are added
-Clicking on a news article will take you to the full article on a new tab on the BBC website
-Contains a description of the news article under the title to keep you up to date on the all news stories efficiently                    

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

الاسم BBC World RSS Feed BBC World RSS Feed
ID hhgfopobaojdbdeolddhfkbjjlggampf
عنوان URL الرسمي https://chromewebstore.google.com/detail/bbc-world-rss-feed/hhgfopobaojdbdeolddhfkbjjlggampf
الوصف This extension displays the latest news updates from BBC world
حجم الملف 43.91 KB
عدد التثبيتات 359
النسخة الحالية 1.0.0.1
آخر تحديث 2016-09-04
تاريخ النشر 2016-09-04
تقييم 3.00/5 مجموع تقييمات 2
المطور miteyan25
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BBC World RSS Feed",
    "short_name": "BBC RSS feed",
    "description": "This extension displays the latest news updates from BBC world",
    "version": "1.0.0.1",
    "icons": {
        "16": "rss-icon.png",
        "48": "rss-icon.png",
        "128": "rss-icon.png"
    },
    "browser_action": {
        "default_icon": "rss-icon.png",
        "default_popup": "popup.html",
        "default_title": "BBC World news RSS feed"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com;object-src 'self'"
}