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文件
下載Linguee Audio Download擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } } |