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文件

下載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
官方網址 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"
    }
}