ListenLater.fm
A read-it-later service for your ears
Co je ListenLater.fm?
ListenLater.fm je rozšíření Chrome vyvinuté https://listenlater.fm, a jeho hlavní funkcí je „A read-it-later service for your ears“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ListenLater.fm
Stáhněte si soubory rozšíření ListenLater.fm ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ListenLater.fm |
ID | lelinmbjcafkkmemgmckiklmdeehfhkm |
Oficiální URL | https://chromewebstore.google.com/detail/listenlaterfm/lelinmbjcafkkmemgmckiklmdeehfhkm |
Popis | A read-it-later service for your ears |
Velikost souboru | 32.93 KB |
Počet instalací | 491 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2023-07-28 |
Datum Vydání | 2020-02-12 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://listenlater.fm |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.listenlater.fm |
URL Stránky Zásad Ochrany Soukromí | https://www.listenlater.fm/privacy |
Podporované Jazyky | 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" } } |