Latest BBC News

Displays latest BBC News in a popup widget

What is Latest BBC News?

Latest BBC News is a Chrome extension developed by Mike Redrobe, and its main feature is "Displays latest BBC News in a popup widget".

Extension Screenshots

screenshot

Download Latest BBC News Extension CRX File

Download Latest BBC News extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Fastest way to keep up to date with the Latest BBC News.
Get all the Latest BBC News headlines with a single click.

Opens a popup widget with the latest news headlines.
Links at the bottom to show all sections:
Technology, Health, Entertainment etc                    

Extension Basic Information

Name Latest BBC News Latest BBC News
ID egfecfbhbaljhcacmclhcddckfofckid
Official URL https://chromewebstore.google.com/detail/latest-bbc-news/egfecfbhbaljhcacmclhcddckfofckid
Description Displays latest BBC News in a popup widget
File Size 423 KB
Installation Count 2,178
Current Version 1.0.5
Last Updated 2018-01-29
Publish Date 2018-01-29
Developer Mike Redrobe
Payment Type free
Extension Website http://www.redrobe.com/mike/bbc-news-add-ons-for-firefox-and-chrome/
Help Page URL http://www.redrobe.com/mike/?s=addon
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Latest BBC News",
    "manifest_version": 2,
    "version": "1.0.5",
    "description": "Displays latest BBC News in a popup widget",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "bbcnews.html"
    },
    "icons": {
        "48": "bbc_news48.png",
        "128": "bbc_news128.png"
    }
}