BBC World RSS Feed

This extension displays the latest news updates from BBC world

什么是BBC World RSS Feed?

BBC World RSS Feed是由miteyan25开发的Chrome扩展程序,该扩展的主要功能是“This extension displays the latest news updates from BBC world”。

扩展截图

screenshot

下载BBC World RSS Feed扩展crx文件

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