SendToPod - Send web articles to Podcast
Bookmark web articles and listen to them later on your favorite podcast app.
Τι είναι το SendToPod - Send web articles to Podcast;
Το SendToPod - Send web articles to Podcast είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sendtopod.com, και η κύρια λειτουργία του είναι "Bookmark web articles and listen to them later on your favorite podcast app.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SendToPod - Send web articles to Podcast
Λήψη αρχείων επέκτασης SendToPod - Send web articles to Podcast σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
We convert web articles into natural-sounding voice narration. Then send them to your podcast feed, which you can listen to later on your favorite Podcast app. Check it out: sendtopod.com ——— WHY ✅ Starring at screens all day is terrible for your eyes. Listening is better. ✅ Perfect for long commutes, jogging or enjoying them before bed. ✅ Listening takes less effort and is more enjoyable ——— FEATURES 🎯 Pleasant human voice narration 🎯 Supports most podcast apps on both iOS and Android 🎯 Quick transfer: it takes less than 30s to start listening 🎯 Listen directly on Web app (but we recommend a REAL Podcast app) 🎯 Just 2-clicks to convert any article into a podcast episode Upcoming Features ⬜️ More voice selections ⬜️ More languages supports. Right now, ONLY English is supported ——— HOW IT WORKS You can listen to your podcast feed on our website. However, we recommend using a REAL Podcast app for a better experience. Steps: 1. Register an account 2. Subscribe to your private podcast feed, on your Podcast of choice. NOTE: you only have to do this once. 3. Add articles to your feed using this extension 4. Refresh the SendToPod podcast on your podcast app 5. Listen Supporting Podcast apps: - We support all popular Podcast apps, except Spotify. ——— Try it without installing the extension. 👉 https://sendtopod.com ——— C O N T A C T Email: [email protected] Twitter: https://twitter.com/tuancm ——— P R I V A C Y This extension does nothing unless you click the "Send to your Podcast feed" button. We do not monitor or inject any scripts into your pages while you are browsing. When you click the SendToPod icon, this extension sends the URL of the website to sendtopod.com API. Then we convert the website's content into an audio file on our server. We do not send any other info than this.
Βασικές Πληροφορίες Επέκτασης
Όνομα | SendToPod - Send web articles to Podcast |
ID | aoigedndjanoaijpapemgghholldbmpj |
Επίσημο URL | https://chromewebstore.google.com/detail/sendtopod-send-web-articl/aoigedndjanoaijpapemgghholldbmpj |
Περιγραφή | Bookmark web articles and listen to them later on your favorite podcast app. |
Μέγεθος Αρχείου | 76.66 KB |
Αριθμός Εγκαταστάσεων | 86 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2022-10-04 |
Ημερομηνία Δημοσίευσης | 2022-10-04 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://sendtopod.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://sendtopod.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://sendtopod.com/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Bookmark web articles and listen to them later on your favorite podcast app.", "version": "1.1", "manifest_version": 3, "name": "SendToPod - Send web articles to Podcast", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "src\/assets\/img\/icon-16.png", "32": "src\/assets\/img\/icon-32.png", "48": "src\/assets\/img\/icon-48.png" } }, "icons": { "16": "src\/assets\/img\/icon-16.png", "32": "src\/assets\/img\/icon-32.png", "48": "src\/assets\/img\/icon-48.png", "128": "src\/assets\/img\/icon-128.png" }, "permissions": [ "storage", "activeTab", "cookies" ], "host_permissions": [ "https:\/\/sendtopod.com\/*" ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-48.png" ], "matches": [] } ] } |