ListenLater.fm

A read-it-later service for your ears

ListenLater.fm란 무엇입니까?

ListenLater.fm은(는) https://listenlater.fm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A read-it-later service for your ears"입니다.

확장 프로그램 스크린샷

screenshot

ListenLater.fm 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}