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文件

下載Translation Exchange擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}