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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |