NPR Player
A simple player to stream NPR in the background.
NPR Playerคืออะไร?
NPR Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fabian Schultz และคุณลักษณะหลักของมันคือ "A simple player to stream NPR in the background."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NPR Player
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" ] } |