Jisho Audio Downloader

Adds download audio button to Jisho.org pages which downloads word audio clips.

作者
miere
日安装量
0
总安装量
134
评分
0 1 0
版本
0.1
创建于
2017-02-25
更新于
2017-02-25
大小
3.0 KB
许可证
暂无
适用于

Adds Download Audio button to Jisho.org webpages that downloads word audio clips.

Works in Chrome, may add small lag on page load. If that bothers you, remove // @match http://jisho.org/search/* line from code, now button will appear only on word 'Details' page.

Audio will be saved with word name in it (e.g. 今.mp3 on screenshot), sometimes may fail and download audio with dumb file name like '275fecaccsomething.mp3' because XMLHttpRequest fails with 'no Access-Control-Allow-Origin header present' error.

Will download audio clips with .mp3 extension, change audioElement.children[0].src to audioElement.children[1].src to download .ogg audio.