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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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