ListenLater.fm

A read-it-later service for your ears

Что такое ListenLater.fm?

ListenLater.fm - это расширение Chrome, разработанное https://listenlater.fm, и его основная функция - "A read-it-later service for your ears".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ListenLater.fm

Скачайте файлы расширений ListenLater.fm в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название ListenLater.fm ListenLater.fm
ID lelinmbjcafkkmemgmckiklmdeehfhkm
Официальный URL https://chromewebstore.google.com/detail/listenlaterfm/lelinmbjcafkkmemgmckiklmdeehfhkm
Описание A read-it-later service for your ears
Размер файла 32.93 KB
Количество установок 491
Текущая Версия 1.2.0
Последнее Обновление 2023-07-28
Дата публикации 2020-02-12
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://listenlater.fm
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.listenlater.fm
URL страницы политики конфиденциальности https://www.listenlater.fm/privacy
Поддерживаемые языки 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"
    }
}