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”。
扩展截图
下载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 |
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" } } |