Trance Translate

Trance is a easy minimalist translator

Trance Translate란 무엇입니까?

Trance Translate은(는) raingart에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Trance is a easy minimalist translator"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Trance - is an extension of the simple lite translator for your browser. Open-source, simple, no malware, no ads, for personal use.

available opportunities:
1) Select the text you want to translate (context menu or panel icon).
2) translation of entered words, sentence.
3) speak the voice of the translated text.

I hope you enjoyed this extension. Please leave an honest rating you think this extension deserves. Or better make a donation;). It is important for me to hear your opinion, it gives me the feeling that all the efforts were not in vain. I really appreciate it.

Also, if you have the time and desire, go to the Github project page where you can improve the code slightly.
I am very grateful to everyone who responds!                    

확장 프로그램 기본 정보

이름 Trance Translate Trance Translate
ID fnhpjnlhllbbpfaapjfcpbbninjigjjo
공식 URL https://chromewebstore.google.com/detail/trance-translate/fnhpjnlhllbbpfaapjfcpbbninjigjjo
설명 Trance is a easy minimalist translator
파일 크기 38.82 KB
설치 횟수 360
현재 버전 0.5.14
최근 업데이트 2018-08-24
출시 날짜 2018-08-24
평점 5.00/5 총 1 개의 평점
개발자 raingart
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/raingart/Trance-Translate-extension
도움말 페이지 URL https://github.com/raingart/Trance-Translate-extension/issues
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "version": "0.5.14",
    "author": "raingart",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "https:\/\/translate.google.com\/*"
    ],
    "background": {
        "page": "\/html\/background.html",
        "persistent": true
    },
    "options_page": "\/html\/options.html",
    "options_ui": {
        "chrome_style": false,
        "page": "\/html\/options.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "\/icons\/16.png",
            "48": "\/icons\/48.png",
            "128": "\/icons\/128.png"
        },
        "default_popup": "\/html\/popup.html"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "commands": {
        "translate-hotkey": {
            "description": "__MSG_hotkey_translate_notification_desc__",
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            }
        }
    }
}