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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}