ListenLater.fm

A read-it-later service for your ears

ListenLater.fm là gì?

ListenLater.fm là một tiện ích mở rộng Chrome được phát triển bởi https://listenlater.fm, và tính năng chính của nó là "A read-it-later service for your ears".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ListenLater.fm

Tải xuống các tệp mở rộng ListenLater.fm dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ListenLater.fm ListenLater.fm
ID lelinmbjcafkkmemgmckiklmdeehfhkm
URL Chính Thức https://chromewebstore.google.com/detail/listenlaterfm/lelinmbjcafkkmemgmckiklmdeehfhkm
Mô tả A read-it-later service for your ears
Kích Thước Tệp 32.93 KB
Số Lần Cài Đặt 491
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-07-28
Ngày Phát Hành 2020-02-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://listenlater.fm
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.listenlater.fm
URL Trang Chính Sách Bảo Mật https://www.listenlater.fm/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}