Medium Play
Listen to audio versions of medium stories.
Medium Playคืออะไร?
Medium Play เป็นส่วนขยายของ Chrome ที่พัฒนาโดย swap และคุณลักษณะหลักของมันคือ "Listen to audio versions of medium stories."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Medium Play
ดาวน์โหลดไฟล์ส่วนขยาย Medium Play ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
On any medium.com/* page that offers an audio version, click on the page action button to listen to audio version of that story. Inspired by https://medium.com/bugbountywriteup/listening-to-any-members-only-audio-version-of-the-story-in-medium-bf2dc2abc8d7 Contributions are welcome at https://github.com/swapagarwal/medium-play
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Medium Play |
ID | bjacbjpkijglgooedjahapjohhofopba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/medium-play/bjacbjpkijglgooedjahapjohhofopba |
คำอธิบาย | Listen to audio versions of medium stories. |
ขนาดไฟล์ | 15.42 KB |
จำนวนการติดตั้ง | 120 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2018-03-04 |
วันที่เผยแพร่ | 2018-03-03 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | swap |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/swapagarwal/medium-play |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Medium Play", "version": "1.1.1", "description": "Listen to audio versions of medium stories.", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon19.png", "default_title": "Check out the audio version!" }, "permissions": [ "activeTab", "declarativeContent" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |