BBC World RSS Feed
This extension displays the latest news updates from BBC world
Wat is BBC World RSS Feed?
BBC World RSS Feed is een Chrome-extensie ontwikkeld door miteyan25, en de belangrijkste functie is "This extension displays the latest news updates from BBC world".
Extensie Screenshots
Download het CRX-bestand van de extensie BBC World RSS Feed
Download BBC World RSS Feed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | hhgfopobaojdbdeolddhfkbjjlggampf |
| Officiële URL | https://chromewebstore.google.com/detail/bbc-world-rss-feed/hhgfopobaojdbdeolddhfkbjjlggampf |
| Beschrijving | This extension displays the latest news updates from BBC world |
| Bestandsgrootte | 43.91 KB |
| Aantal Installaties | 359 |
| Huidige Versie | 1.0.0.1 |
| Laatst Bijgewerkt | 2016-09-04 |
| Publicatiedatum | 2016-09-04 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | miteyan25 |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |