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".
Снимки экрана расширения
Скачать файл 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 Основная информация о расширении
| Название | |
| 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'"
} | |