Translation Exchange

Translate websites in-context using Translation Exchange tools.

Τι είναι το Translation Exchange;

Το Translation Exchange είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://translationexchange.com, και η κύρια λειτουργία του είναι "Translate websites in-context using Translation Exchange tools.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Translation Exchange

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    }
}