Translate To English...
Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API
Hvad er Translate To English...?
Translate To English... er en Chrome-udvidelse udviklet af Brave Location, og dens hovedfunktion er "Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API".
Udvidelsesskærmbilleder
Download Translate To English...-udvidelses-CRX-fil
Download Translate To English...-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hogdcbncicoifbkfdofpejkkckgkbjig |
Officiel URL | https://chrome.google.com/webstore/detail/translate-to-english/hogdcbncicoifbkfdofpejkkckgkbjig |
Beskrivelse | Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API |
Filstørrelse | 326 KB |
Antal Installationer | 16,252 |
Nuværende Version | 1.3 |
Senest Opdateret | 2019-01-13 |
Udgivelsesdato | 2019-01-13 |
Bedømmelse | 3.94/5 Samlet 68 Bedømmelser |
Udvikler | Brave Location |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.bravelocation.com |
Understøttede Sprog | 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" ] } } |