Linguee Audio Download
Allows easy downloading of audio from linguee.com - a great multilingual online dictionary
Linguee Audio Download란 무엇입니까?
Linguee Audio Download은(는) Hank Hester에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows easy downloading of audio from linguee.com - a great multilingual online dictionary"입니다.
확장 프로그램 스크린샷
Linguee Audio Download 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Linguee is a great online multilingual dictionary that provides translations and native recordings of thousands of words across 25 different languages. With this extension turned on, when you visit linguee.com and click on any sound icon, that audio will automatically download to your computer. This functionality can be easily switched on and off from the menu button Source code available at: https://github.com/hankhester/linguee-audio-download
확장 프로그램 기본 정보
이름 | Linguee Audio Download |
ID | mldkoedmkpceicjeobmilbdeebdeljgc |
공식 URL | https://chromewebstore.google.com/detail/linguee-audio-download/mldkoedmkpceicjeobmilbdeebdeljgc |
설명 | Allows easy downloading of audio from linguee.com - a great multilingual online dictionary |
파일 크기 | 560 KB |
설치 횟수 | 1,561 |
현재 버전 | 1.5 |
최근 업데이트 | 2018-04-10 |
출시 날짜 | 2018-04-10 |
평점 | 4.21/5 총 19 개의 평점 |
개발자 | Hank Hester |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linguee Audio Download", "description": "Allows easy downloading of audio from linguee.com - a great multilingual online dictionary", "icons": { "16": "icon16.png", "36": "icon36.png", "48": "icon48.png", "128": "icon36.png" }, "version": "1.5", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.linguee.com\/*", "https:\/\/*.linguee.com\/*", "https:\/\/*.linguee.es\/*", "https:\/\/*.linguee.fr\/*", "https:\/\/*.linguee.se\/*", "https:\/\/*.linguee.hu\/*", "https:\/\/*.linguee.cz\/*", "https:\/\/*.linguee.it\/*", "https:\/\/*.linguee.com.br\/*", "https:\/\/*.linguee.pt\/*", "https:\/\/*.linguee.de\/*", "https:\/\/*.linguee.nl\/*", "https:\/\/*.linguee.pl\/*", "https:\/\/*.linguee.ru\/*", "https:\/\/*.linguee.info\/*", "https:\/\/*.linguee.co.uk\/*", "https:\/\/*.linguee.co\/*", "https:\/\/*.linguee.eu\/*", "https:\/\/*.linguee.jp\/*", "https:\/\/*.linguee.mx\/*", "https:\/\/*.linguee.cl\/*", "https:\/\/*.linguee.cn\/*", "https:\/\/*.linguee.dk\/*", "https:\/\/*.linguee.pe\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |