Yandex Translate

Installs a context menu item to translate selected text using Yandex Translate service.

Qu'est-ce que Yandex Translate ?

Yandex Translate est une extension Chrome développée par Mikhail Fursov, et sa fonction principale est "Installs a context menu item to translate selected text using Yandex Translate service.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yandex Translate

Téléchargez les fichiers d'extension Yandex Translate 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

                        Select any text on the page, open context menu and click "Translate with Yandex" button.
A new tab will be opened with the selected text translated                    

Informations de Base sur l'Extension

Nom Yandex Translate Yandex Translate
ID icpmbhohkmnbobaibikffolbgmijomjn
URL Officiel https://chromewebstore.google.com/detail/yandex-translate/icpmbhohkmnbobaibikffolbgmijomjn
Description Installs a context menu item to translate selected text using Yandex Translate service.
Taille du Fichier 13.7 KB
Nombre d'Installations 10,000
Version Actuelle 1.1.3
Dernière Mise à Jour 2021-07-30
Date de Publication 2016-01-25
Évaluation 3.57/5 Total 35 Évaluations
Développeur Mikhail Fursov
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mfursov/yandex-translate
Langues Prises en Charge en
manifest.json
{
    "description": "Installs a context menu item to translate selected text using Yandex Translate service.",
    "background": {
        "page": "background.htm",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "tr_16.png",
        "48": "tr_48.png",
        "128": "tr_128.png"
    },
    "manifest_version": 2,
    "name": "Yandex Translate",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3"
}