Jisho Audio Downloader

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

Fejlesztő
miere
Napi telepítések
0
Telepítések száma
134
Értékelések
0 1 0
Verzió
0.1
Létrehozva
2017.02.25.
Frissítve
2017.02.25.
Size
3 KB
Licensz
Ismeretlen
Érvényes

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.