Linguee Audio Download
Allows easy downloading of audio from linguee.com - a great multilingual online dictionary
Linguee Audio Download क्या है?
Linguee Audio Download Hank Hester द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows easy downloading of audio from linguee.com - a great multilingual online dictionary"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Linguee Audio Download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } } |