Medium Play
Listen to audio versions of medium stories.
什么是Medium Play?
Medium Play是由swap开发的Chrome扩展程序,该扩展的主要功能是“Listen to audio versions of medium stories.”。
扩展截图
下载Medium Play扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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
} | |