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