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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |