Linguee-Translator

Translate words using the Linguee.com service.

Linguee-Translatorとは何ですか?

Linguee-TranslatorはJavierによって開発されたChromeの拡張機能で、その主な機能は「Translate words using the Linguee.com service.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A WebExtension for translating words using the Linguee.com service.                    

拡張機能の基本情報

名前 Linguee-Translator Linguee-Translator
ID mfmgafeloljkhohdgfahfegkkhjakkpl
公式URL https://chromewebstore.google.com/detail/linguee-translator/mfmgafeloljkhohdgfahfegkkhjakkpl
説明 Translate words using the Linguee.com service.
ファイルサイズ 410 KB
インストール数 2,192
現在のバージョン 1.1.0
最終更新日 2020-04-08
公開日 2020-04-07
評価 4.78/5 合計 9 レビュー
開発者 Javier
支払い方法 free
拡張機能のウェブサイト https://github.com/javierdwd/linguee-browser-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linguee-Translator",
    "version": "1.1.0",
    "description": "Translate words using the Linguee.com service.",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "64": "images\/icons\/icon64.png",
        "96": "images\/icons\/icon96.png",
        "128": "images\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.linguee.com\/*",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Linguee-Translator",
        "default_icon": {
            "32": "images\/icons\/icon32.png"
        },
        "default_popup": "html\/popup.html"
    }
}