Translate To English...
Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API
Translate To English...とは何ですか?
Translate To English...はBrave Locationによって開発されたChromeの拡張機能で、その主な機能は「Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API」です。
拡張機能のスクリーンショット
Translate To English...拡張機能のCRXファイルをダウンロード
Translate To English...拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | hogdcbncicoifbkfdofpejkkckgkbjig |
公式URL | https://chrome.google.com/webstore/detail/translate-to-english/hogdcbncicoifbkfdofpejkkckgkbjig |
説明 | Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API |
ファイルサイズ | 326 KB |
インストール数 | 16,252 |
現在のバージョン | 1.3 |
最終更新日 | 2019-01-13 |
公開日 | 2019-01-13 |
評価 | 3.94/5 合計 68 レビュー |
開発者 | Brave Location |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.bravelocation.com |
対応言語 | 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" ] } } |