BBC World RSS Feed
This extension displays the latest news updates from BBC world
Was ist BBC World RSS Feed?
BBC World RSS Feed ist eine Chrome-Erweiterung, die von miteyan25 entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays the latest news updates from BBC world".
Erweiterungsscreenshots
BBC World RSS Feed-Erweiterungs-CRX-Datei herunterladen
Laden Sie BBC World RSS Feed-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hhgfopobaojdbdeolddhfkbjjlggampf |
| Offizielle URL | https://chromewebstore.google.com/detail/bbc-world-rss-feed/hhgfopobaojdbdeolddhfkbjjlggampf |
| Beschreibung | This extension displays the latest news updates from BBC world |
| Dateigröße | 43.91 KB |
| Installationsanzahl | 359 |
| Aktuelle Version | 1.0.0.1 |
| Letztes Update | 2016-09-04 |
| Veröffentlichungsdatum | 2016-09-04 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | miteyan25 |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |