NPR Player
A simple player to stream NPR in the background.
NPR Player란 무엇입니까?
NPR Player은(는) Fabian Schultz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple player to stream NPR in the background."입니다.
확장 프로그램 스크린샷
NPR Player 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension, there's no need to have a dedicated tab open for radio anymore — the extension just runs in the background. Simply click on the icon and press play, simple & always available. — This extension is streaming the "NPR Program Stream": "The NPR Program Stream airs recordings of recent NPR programs after they air live on NPR Member stations, and NPR may interrupt the stream's schedule for news events." — from npr.org — Not affiliated with or endorsed by National Public Radio. This extension is open source: https://github.com/fabe/npr
확장 프로그램 기본 정보
이름 | NPR Player |
ID | pflcdcelbkdhfjglfpgiodfknhpdcmjl |
공식 URL | https://chromewebstore.google.com/detail/npr-player/pflcdcelbkdhfjglfpgiodfknhpdcmjl |
설명 | A simple player to stream NPR in the background. |
파일 크기 | 82.9 KB |
설치 횟수 | 8,000 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2023-06-19 |
출시 날짜 | 2019-10-08 |
평점 | 4.64/5 총 22 개의 평점 |
개발자 | Fabian Schultz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/fabe/npr |
도움말 페이지 URL | https://github.com/fabe/npr/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NPR Player", "version": "0.0.6", "manifest_version": 2, "description": "A simple player to stream NPR in the background.", "homepage_url": "https:\/\/github.com\/fabe\/npr", "browser_action": { "default_popup": "popup.html", "default_title": "NPR Player" }, "background": { "page": "background.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "background" ] } |