linguee-translate

Linguee Translate Plugin

What is linguee-translate?

linguee-translate is a Chrome extension developed by ckogler, and its main feature is "Linguee Translate Plugin".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download linguee-translate Extension CRX File

Download linguee-translate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name linguee-translate linguee-translate
ID fjjfjlcihmoeenjbakdgjfbpdcgimlcd
Official URL https://chromewebstore.google.com/detail/linguee-translate/fjjfjlcihmoeenjbakdgjfbpdcgimlcd
Description Linguee Translate Plugin
File Size 18.92 KB
Installation Count 618
Current Version 1.1.0
Last Updated 2023-02-12
Publish Date 2020-05-05
Rating 5.00/5 Total 1 Ratings
Developer ckogler
Email [email protected]
Payment Type free
Extension Website https://github.com/koglerch13/chrome-linguee-translate
Supported Languages 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"
            }
        }
    }
}