Multitran search

Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call…

Multitran searchとは何ですか?

Multitran searchはAndrew Kozhokaruによって開発されたChromeの拡張機能で、その主な機能は「Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call…」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call the Multitran menu.


Changelog:

V 1.1.0 - Setup Google Analytics
V 1.0.2 - Set focus on the input field (saves 1 click)
V 1.0.1 - Remove unnecessary permissions request. 
V 1.0   - Add small window for a quick ad-hoc translation. 
          Fix bug with Cyrillic URL encoding.

V 0.0.2 - Apply fix to open a Chrome tab right after the active tab, but not in the end of the tab list.
V 0.0.1 - First release.                    

拡張機能の基本情報

名前 Multitran search Multitran search
ID liodijdhpofhickfkapkdifofgkeppad
公式URL https://chromewebstore.google.com/detail/multitran-search/liodijdhpofhickfkapkdifofgkeppad
説明 Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call…
ファイルサイズ 22.08 KB
インストール数 1,331
現在のバージョン 1.1.0
最終更新日 2017-02-21
公開日 2017-02-21
評価 4.64/5 合計 11 レビュー
開発者 Andrew Kozhokaru
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "name": "Multitran search",
    "version": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "16.png",
        "48": "128.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Multitran Search",
        "default_icon": "48.png",
        "default_popup": "popup.html"
    }
}