Easy Translate

Easy translate (Powered by Mazii)

Easy Translate란 무엇입니까?

Easy Translate은(는) xwaystyle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy translate (Powered by Mazii)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Easy Translate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The simplest ever translate tool! 
Just select text and double press 'Ctrl' key to quick translate word.

This is open project which porting the original Mazii to use easier.
The main project Mazii does support translate many languages and it's known as aim to Japanese as well.

Currently Mazii support up to 13 languages.

Further info: http://mazii.net                    

확장 프로그램 기본 정보

이름 Easy Translate Easy Translate
ID nkkbbhjgjifpbockgfpflchdboolmdmm
공식 URL https://chromewebstore.google.com/detail/easy-translate/nkkbbhjgjifpbockgfpflchdboolmdmm
설명 Easy translate (Powered by Mazii)
파일 크기 945 KB
설치 횟수 269
현재 버전 1.6.6.1
최근 업데이트 2020-08-18
출시 날짜 2020-07-22
개발자 xwaystyle
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mazii.net/
지원되는 언어 id,en,en-US,fr,vi,es,el,ru,hi,th,zh-CN,ja,ko
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html",
        "default_title": "Easy translate (Powered by Mazii)"
    },
    "commands": {
        "dbclick_enable": {
            "description": "Send event enable or disable fast translate by double click",
            "suggested_key": {
                "default": "Ctrl+Shift+M"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "css\/contents.css"
            ],
            "js": [
                "js\/contents.js",
                "js\/common.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' chrome:\/\/resources https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; connect-src https:\/\/inputtools.google.com https:\/\/translate.googleapis.com http:\/\/www.ispeech.org https:\/\/mazii.net https:\/\/api.mazii.net https:\/\/www.google.com ; object-src 'self'",
    "default_locale": "en",
    "description": "Easy translate (Powered by Mazii)",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mazii.net\/*"
        ]
    },
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Easy Translate",
    "permissions": [
        "",
        "file:\/\/*\/*",
        "contextMenus",
        "tabs",
        "storage",
        "background"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.6.1",
    "web_accessible_resources": [
        "data\/kanjimini.json",
        "_locales\/*.json",
        "favicon.ico",
        "chrome-search:\/\/**"
    ]
}