Translate To English...

Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API

Cos'è Translate To English...?

Translate To English... è un'estensione di Chrome sviluppata da Brave Location, e la sua funzione principale è "Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Translate To English...

Scarica i file di estensione Translate To English... in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension simply adds a context menu to allow you to send the highlighted text to the Microsoft Translator API and get it translated into English.

Also note that the source code for this simple application can be found on GitHub at https://github.com/bravelocation/BingTranslateChromeExtension                    

Informazioni di Base sull'Estensione

Nome Translate To English... Translate To English...
ID hogdcbncicoifbkfdofpejkkckgkbjig
URL Ufficiale https://chrome.google.com/webstore/detail/translate-to-english/hogdcbncicoifbkfdofpejkkckgkbjig
Descrizione Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API
Dimensione del File 326 KB
Conteggio Installazioni 16,252
Versione Corrente 1.3
Ultimo Aggiornamento 2019-01-13
Data di Pubblicazione 2019-01-13
Valutazione 3.94/5 Totale 68 Valutazioni
Sviluppatore Brave Location
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.bravelocation.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Translate To English...",
    "description": "Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API",
    "version": "1.3",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "translate16.png",
        "48": "translate48.png",
        "128": "translate128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.microsofttranslator.com; object-src 'self'",
    "background": {
        "scripts": [
            "translatescript.js"
        ]
    }
}