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
电子邮箱 [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"
    }
}