One-Click Translate Selection
Simply select some text and translate from context menu
One-Click Translate Selectionとは何ですか?
One-Click Translate SelectionはChristo Tsvetanovによって開発されたChromeの拡張機能で、その主な機能は「Simply select some text and translate from context menu」です。
拡張機能のスクリーンショット
One-Click Translate Selection拡張機能のCRXファイルをダウンロード
One-Click Translate Selection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning.
拡張機能の基本情報
名前 | One-Click Translate Selection |
ID | cioclchdhgppnbpapkicbhlhbeldplld |
公式URL | https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld |
説明 | Simply select some text and translate from context menu |
ファイルサイズ | 44.61 KB |
インストール数 | 10,000 |
現在のバージョン | 3.02 |
最終更新日 | 2022-12-31 |
公開日 | 2015-07-24 |
評価 | 2.95/5 合計 22 レビュー |
開発者 | Christo Tsvetanov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One-Click Translate Selection", "description": "Simply select some text and translate from context menu", "version": "3.02", "manifest_version": 3, "permissions": [ "contextMenus", "storage" ], "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |