Translate To English...
Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API
Wat is Translate To English...?
Translate To English... is een Chrome-extensie ontwikkeld door Brave Location, en de belangrijkste functie is "Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API".
Extensie Screenshots
Download het CRX-bestand van de extensie Translate To English...
Download Translate To English...-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hogdcbncicoifbkfdofpejkkckgkbjig |
Officiële URL | https://chrome.google.com/webstore/detail/translate-to-english/hogdcbncicoifbkfdofpejkkckgkbjig |
Beschrijving | Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API |
Bestandsgrootte | 326 KB |
Aantal Installaties | 16,252 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2019-01-13 |
Publicatiedatum | 2019-01-13 |
Beoordeling | 3.94/5 Totaal 68 Beoordelingen |
Ontwikkelaar | Brave Location |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.bravelocation.com |
Ondersteunde Talen | 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" ] } } |