Translation Exchange

Translate websites in-context using Translation Exchange tools.

Translation Exchange란 무엇입니까?

Translation Exchange은(는) https://translationexchange.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate websites in-context using Translation Exchange tools."입니다.

확장 프로그램 스크린샷

screenshot

Translation Exchange 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Translation Exchange browser extension provides tools for in-context translation of any public web site.

Please watch the following video to see it in action:

https://youtu.be/xJMll4OadDE

When the extension is installed, a little icon appears to the right of the location bar. Once you click on the icon, you will see a popup window that has a single button - to Activate or Deactivate the extension. Once activated, the extension injects a script into the site you are viewing and automatically translates all text that has already been translated by other users. 

You can provide translations as well by joining the Translation Exchange and activating translation mode.

All you need to do is visit TranslationExchange.com and register as a new user. Once registered, you can enable the inline translation tools by using Ctrl+Shift+I shortcut keys. This would underline all of the translated text using green color and the text that hasn't been translated yet in red.

Right-Mouse-Click (or Ctrl+Click on Mac) on any of the translated text and vote on the translations provided by others. Or Right-Mouse-Click on the non translated text and submit your own translations! It is that easy. Anyone viewing the page in that language will immediately see your contributions and will be very grateful to you!

The more you translate, the higher your rank will become. Keep translating, you may even see rewards coming your way from us...!!! ;)

NOTICE:  Please DO NOT ACTIVATE this extension if you are logged into a private site or anywhere where you could compromise personal information. Since all of the content is verified with TranslationExchange service, your private information can potentially be compromised by being sent over the wire. So only use it on public pages.

Thank you very much for participating in this project! We really appreciate any and all contributions from you!                    

확장 프로그램 기본 정보

이름 Translation Exchange Translation Exchange
ID jhhnfdojljdpklenpecaaileplkmefbh
공식 URL https://chromewebstore.google.com/detail/translation-exchange/jhhnfdojljdpklenpecaaileplkmefbh
설명 Translate websites in-context using Translation Exchange tools.
파일 크기 978 KB
설치 횟수 479
현재 버전 4.1.2
최근 업데이트 2017-06-06
출시 날짜 2017-06-06
평점 3.00/5 총 2 개의 평점
개발자 https://translationexchange.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://translationexchange.com
도움말 페이지 URL https://translationexchange.com
개인정보 보호 정책 페이지 URL http://translationexchange.com/privacy
지원되는 언어 en-US
manifest.json
{
    "name": "Translation Exchange",
    "short_name": "TrEx",
    "version": "4.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "22.0.0.0",
    "description": "Translate websites in-context using Translation Exchange tools.",
    "browser_action": {
        "default_icon": "images\/icon_32.png",
        "default_popup": "html\/popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/tml.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}