Translate To English...
Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API
Apa itu Translate To English...?
Translate To English... adalah ekstensi Chrome yang dikembangkan oleh Brave Location, dan fitur utamanya adalah "Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Translate To English...
Unduh file ekstensi Translate To English... dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | hogdcbncicoifbkfdofpejkkckgkbjig |
URL Resmi | https://chrome.google.com/webstore/detail/translate-to-english/hogdcbncicoifbkfdofpejkkckgkbjig |
Deskripsi | Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API |
Ukuran File | 326 KB |
Jumlah Instalasi | 16,252 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2019-01-13 |
Tanggal Publikasi | 2019-01-13 |
Penilaian | 3.94/5 Total 68 Penilaian |
Pengembang | Brave Location |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.bravelocation.com |
Bahasa yang Didukung | 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" ] } } |