Linguee Audio Download
Allows easy downloading of audio from linguee.com - a great multilingual online dictionary
Was ist Linguee Audio Download?
Linguee Audio Download ist eine Chrome-Erweiterung, die von Hank Hester entwickelt wurde, und ihr Hauptmerkmal ist "Allows easy downloading of audio from linguee.com - a great multilingual online dictionary".
Erweiterungsscreenshots
Linguee Audio Download-Erweiterungs-CRX-Datei herunterladen
Laden Sie Linguee Audio Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Linguee Audio Download |
ID | mldkoedmkpceicjeobmilbdeebdeljgc |
Offizielle URL | https://chromewebstore.google.com/detail/linguee-audio-download/mldkoedmkpceicjeobmilbdeebdeljgc |
Beschreibung | Allows easy downloading of audio from linguee.com - a great multilingual online dictionary |
Dateigröße | 560 KB |
Installationsanzahl | 1,561 |
Aktuelle Version | 1.5 |
Letztes Update | 2018-04-10 |
Veröffentlichungsdatum | 2018-04-10 |
Bewertung | 4.21/5 Insgesamt 19 Bewertungen |
Entwickler | Hank Hester |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |