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ファイルをダウンロード
NPR Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |