ListenLater.fm
A read-it-later service for your ears
Cos'è ListenLater.fm?
ListenLater.fm è un'estensione di Chrome sviluppata da https://listenlater.fm, e la sua funzione principale è "A read-it-later service for your ears".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ListenLater.fm
Scarica i file di estensione ListenLater.fm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A read-it-later service for your ears. Send articles you want to read in the future to a personalized podcast feed for you to listen to on your own time. Please create an account at ListenLater.fm to use this add-on. Once you have your account, please add your API Key to the Add-on settings in Chrome. From there, any time you want to add a new article to your personalized podcast feed, just click the icon in your toolbar.
Informazioni di Base sull'Estensione
Nome | ListenLater.fm |
ID | lelinmbjcafkkmemgmckiklmdeehfhkm |
URL Ufficiale | https://chromewebstore.google.com/detail/listenlaterfm/lelinmbjcafkkmemgmckiklmdeehfhkm |
Descrizione | A read-it-later service for your ears |
Dimensione del File | 32.93 KB |
Conteggio Installazioni | 491 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2023-07-28 |
Data di Pubblicazione | 2020-02-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://listenlater.fm |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.listenlater.fm |
URL della Pagina della Politica sulla Privacy | https://www.listenlater.fm/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ListenLater.fm", "version": "1.2.0", "description": "A read-it-later service for your ears", "homepage_url": "https:\/\/www.listenlater.fm", "icons": { "48": "icons\/ear-512.png" }, "permissions": [ "tabs", "storage", "*:\/\/*\/*" ], "browser_action": { "default_icon": "icons\/ear-512.png", "default_title": "ListenLater.fm" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html" } } |