ListenLater.fm
A read-it-later service for your ears
Co to jest ListenLater.fm?
ListenLater.fm to rozszerzenie Chrome opracowane przez https://listenlater.fm, a jego główną funkcją jest „A read-it-later service for your ears”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ListenLater.fm
Pobierz pliki rozszerzeń ListenLater.fm w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | ListenLater.fm |
ID | lelinmbjcafkkmemgmckiklmdeehfhkm |
Oficjalny URL | https://chromewebstore.google.com/detail/listenlaterfm/lelinmbjcafkkmemgmckiklmdeehfhkm |
Opis | A read-it-later service for your ears |
Rozmiar pliku | 32.93 KB |
Liczba instalacji | 491 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2023-07-28 |
Data Publikacji | 2020-02-12 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://listenlater.fm |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.listenlater.fm |
Adres URL Strony Polityki Prywatności | https://www.listenlater.fm/privacy |
Obsługiwane Języki | 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" } } |