Contextual translator

Select the text and click the right button to translate.

Contextual translatorとは何ですか?

Contextual translatorはhttps://n10.devによって開発されたChromeの拡張機能で、その主な機能は「Select the text and click the right button to translate.」です。

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

screenshot
screenshot

Contextual translator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Impossible easier:

- Select the text you want to translate.
- Press the right mouse button.
- You will get the translation in seconds.

Context menu translator is a free software project.
You can find the source code at:
- https://github.com/edgarmiro/traductor-menu-contextual                    

拡張機能の基本情報

名前 Contextual translator Contextual translator
ID lonkkphbooogeflneiinlchdpbjmipbn
公式URL https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn
説明 Select the text and click the right button to translate.
ファイルサイズ 41.25 KB
インストール数 5,093
現在のバージョン 4.0
最終更新日 2023-12-18
公開日 2020-03-21
評価 3.83/5 合計 54 レビュー
開発者 https://n10.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://n10.dev
対応言語 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.0",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "author": "Edgar Mir\u00f3",
    "homepage_url": "https:\/\/www.n10.dev",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "offline_enabled": false,
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    }
}