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 |
| 官方網址 | 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
} | |