ListenLater.fm
A read-it-later service for your ears
Wat is ListenLater.fm?
ListenLater.fm is een Chrome-extensie ontwikkeld door https://listenlater.fm, en de belangrijkste functie is "A read-it-later service for your ears".
Extensie Screenshots
Download het CRX-bestand van de extensie ListenLater.fm
Download ListenLater.fm-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ListenLater.fm |
ID | lelinmbjcafkkmemgmckiklmdeehfhkm |
Officiële URL | https://chromewebstore.google.com/detail/listenlaterfm/lelinmbjcafkkmemgmckiklmdeehfhkm |
Beschrijving | A read-it-later service for your ears |
Bestandsgrootte | 32.93 KB |
Aantal Installaties | 491 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-07-28 |
Publicatiedatum | 2020-02-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://listenlater.fm |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.listenlater.fm |
URL van de Privacybeleid Pagina | https://www.listenlater.fm/privacy |
Ondersteunde Talen | 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" } } |