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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}