Translator

Modern and powerful translator with many useful features

Qu'est-ce que Translator ?

Translator est une extension Chrome développée par valya.situation, et sa fonction principale est "Modern and powerful translator with many useful features".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Translator

Téléchargez les fichiers d'extension Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        What is the main quality of a good translator?
-The accuracy of the translation?
-Speed?
-Number of languages?
-And maybe the main thing is that he was always at hand?

We believe that a good translator should have all these qualities!

Translation accuracy is guaranteed by the presence of three reputable dictionaries - Google, Microsoft and Yandex. The resources of three Internet giants at once are packed into a pleasant interface and provide you with a translation in just one click.

The translation speed is the highest possible thanks to the use of the API. This means that your text is transmitted directly to the servers of Google, Yandex or Microsoft, and you receive a translation in the shortest possible time.

The number of languages ​​will delight even the most inveterate polyglot, because there are more than a hundred of them!

And, of course, availability. What could be easier than clicking on the extension's icon, or pressing a combination of two keys?

We made a translator for ourselves, and this text has been translated into dozens of languages ​​with its help. This means that we tried to make it as convenient as possible.
Several convenient functions are at your disposal:
-Translate the entire page through the context menu (right-click in any area of ​​the page and select "Translate this page")
-Translation of a separate section of text in a separate window, or directly on the page. (press Alt + C or through the context menu)
-Translation of a single word, with the search for synonyms is a very handy thing!
-Do not want to memorize new keyboard shortcuts? no problem. Just select the text on the page and click on the extension icon. The text will be automatically copied and translated.
We decided that over a hundred languages ​​is good. But, you see, sometimes this is even too much. Don't worry, in the settings you can only select the languages ​​you want, and the rest will be hidden from the selection menu.

We want to pay special attention to the pop-up icon. This is such an icon that appears when you select text, so that it is more convenient for you to translate it, and not to reach for the extension button. Here our opinion was divided. Part of the team decided that this was a very convenient feature, but for others, this icon only got in the way. Therefore, you can simply turn it off. Click on the gear in the translator and the settings will open. Then on the left, select "Pop-up Bubble", and uncheck the box next to "Enable Pop-up Bubble". Done!

We sincerely hope that you will be happy with using our translator!                    

Informations de Base sur l'Extension

Nom Translator Translator
ID gfkbdajgnejcmohecaaffekaflojobej
URL Officiel https://chrome.google.com/webstore/detail/translator/gfkbdajgnejcmohecaaffekaflojobej
Description Modern and powerful translator with many useful features
Taille du Fichier 2.09 MB
Nombre d'Installations 20,000
Version Actuelle 3.4
Dernière Mise à Jour 2022-01-02
Date de Publication 2021-03-09
Évaluation 4.66/5 Total 65 Évaluations
Développeur valya.situation
Email [email protected]
Type de Paiement free
Langues Prises en Charge de,en,fil,fr,nl,vi,tr,es,it,pl,pt-BR,ro,sv,cs,el,sr,ru,uk,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "content\/js\/common\/FExtension.js",
            "content\/browser\/js\/FBrowser.js",
            "content\/browser\/chrome\/FBrowserChrome.js",
            "content\/js\/common\/FStorage.js",
            "content\/js\/bg\/bg_inliner.js",
            "content\/js\/bg\/background.js",
            "content\/js\/inject\/backgound.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "content\/img\/icon.png",
        "default_popup": "content\/html\/popup\/router.html",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content\/css\/translator.css"
            ],
            "js": [
                "content\/js\/common\/FExtension.js",
                "content\/browser\/js\/FBrowserInject.js",
                "content\/browser\/chrome\/FBrowserInjectChrome.js",
                "content\/js\/common\/FStorage.js",
                "content\/js\/inject\/translator.js",
                "content\/js\/inject\/data.js",
                "content\/js\/inliner\/inliner_core.js",
                "content\/js\/inliner\/inliner_request.js",
                "content\/js\/inliner\/inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "all_frames": false,
            "js": [
                "content\/js\/inject\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/translate.google.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "content\/img\/icon128.png",
        "16": "content\/img\/icon16.png",
        "32": "content\/img\/icon32.png",
        "48": "content\/img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_page": "content\/html\/options\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "tabs"
    ],
    "short_name": "MyTranslator",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.4",
    "web_accessible_resources": [
        "content\/html\/options\/options.html",
        "content\/html\/popup\/translator.html",
        "content\/html\/popup\/dictionary.html",
        "content\/html\/options\/history.html",
        "content\/html\/options\/options-bbl.html",
        "content\/html\/options\/feedback.html",
        "content\/img\/util\/settingsb.png",
        "content\/img\/util\/bfeedback.png",
        "content\/img\/util\/bhelp.png",
        "content\/img\/util\/delete.png",
        "content\/img\/util\/arrow.png",
        "content\/img\/util\/bg.png",
        "content\/img\/util\/bg2.png",
        "content\/img\/util\/bg3.png",
        "content\/img\/util\/imtranslator-s.png",
        "content\/img\/util\/indicator.gif",
        "content\/img\/util\/copy.png",
        "content\/img\/util\/tts.png",
        "content\/img\/util\/tts-voice.png",
        "content\/img\/util\/ttsvoice.png",
        "content\/img\/util\/font-on.png",
        "content\/img\/util\/select.png",
        "content\/img\/util\/font.png",
        "content\/img\/util\/pin-on.png",
        "content\/img\/util\/pin-off.png",
        "content\/img\/util\/donate.png",
        "content\/img\/util\/bhistory.png",
        "content\/img\/util\/switchb.png",
        "content\/img\/util\/loading.gif",
        "content\/img\/util\/up.png",
        "content\/img\/util\/down.png",
        "content\/img\/util\/bbl-logo.png",
        "content\/img\/util\/down.png",
        "content\/img\/util\/show.png",
        "content\/img\/util\/hide.png",
        "content\/img\/util\/settings.png",
        "content\/img\/util\/help.png",
        "content\/img\/util\/history.png",
        "content\/img\/util\/donate.png",
        "content\/img\/util\/play.png",
        "content\/img\/util\/pause.png",
        "content\/img\/util\/volume.png",
        "content\/img\/util\/novolume.png",
        "content\/img\/util\/speak.png"
    ]
}