translate to local language
select text and right click it, then you will see the menu
translate to local languageとは何ですか?
translate to local languageはzenによって開発されたChromeの拡張機能で、その主な機能は「select text and right click it, then you will see the menu」です。
拡張機能のスクリーンショット
translate to local language拡張機能のCRXファイルをダウンロード
translate to local language拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
select text then right click it...no matter what language you use.
拡張機能の基本情報
名前 | translate to local language |
ID | ioeanppiclmdjkeijlgebjnmbdpkckem |
公式URL | https://chromewebstore.google.com/detail/translate-to-local-langua/ioeanppiclmdjkeijlgebjnmbdpkckem |
説明 | select text and right click it, then you will see the menu |
ファイルサイズ | 13.96 KB |
インストール数 | 21 |
現在のバージョン | 0.5 |
最終更新日 | 2020-12-06 |
公開日 | 2019-12-18 |
開発者 | zen |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "translate to local language", "description": "select text and right click it, then you will see the menu", "version": "0.5", "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "google_trans.js" ] }, "manifest_version": 2 } |