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
拡張機能の基本情報
名前 | 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 } |