Translate To English...
Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API
Co to jest Translate To English...?
Translate To English... to rozszerzenie Chrome opracowane przez Brave Location, a jego główną funkcją jest „Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Translate To English...
Pobierz pliki rozszerzeń Translate To English... w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hogdcbncicoifbkfdofpejkkckgkbjig |
Oficjalny URL | https://chrome.google.com/webstore/detail/translate-to-english/hogdcbncicoifbkfdofpejkkckgkbjig |
Opis | Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API |
Rozmiar pliku | 326 KB |
Liczba instalacji | 16,252 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2019-01-13 |
Data Publikacji | 2019-01-13 |
Ocena | 3.94/5 Łącznie 68 Oceny |
Deweloper | Brave Location |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.bravelocation.com |
Obsługiwane Języki | 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" ] } } |