linguee-translate
Linguee Translate Plugin
linguee-translate क्या है?
linguee-translate ckogler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Linguee Translate Plugin"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में linguee-translate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quickly search for translations between german and english using Linguee.com. Fast and intuitive interface with live-reloading of results. Use the Enter-Key to open the search results in Linguee.com. Shortcut-support (Defaults to CTRL/CMD+SHIFT+L - but can be overridden in the Chrome settings.
एक्सटेंशन की मूल जानकारी
नाम | linguee-translate |
ID | fjjfjlcihmoeenjbakdgjfbpdcgimlcd |
आधिकारिक URL | https://chromewebstore.google.com/detail/linguee-translate/fjjfjlcihmoeenjbakdgjfbpdcgimlcd |
विवरण | Linguee Translate Plugin |
फ़ाइल का आकार | 18.92 KB |
स्थापना संख्या | 618 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-02-12 |
प्रकाशन तिथि | 2020-05-05 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | ckogler |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/koglerch13/chrome-linguee-translate |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "linguee-translate", "description": "Linguee Translate Plugin", "version": "1.1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "html\/popup.html", "default_icon": "images\/icon-48.png", "default-title": "linguee-translate" }, "host_permissions": [ "https:\/\/www.linguee.com\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } } } |