linguee-translate

Linguee Translate Plugin

linguee-translateとは何ですか?

linguee-translateはckoglerによって開発されたChromeの拡張機能で、その主な機能は「Linguee Translate Plugin」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

linguee-translate拡張機能のCRXファイルをダウンロード

linguee-translate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
            }
        }
    }
}