Translator Helper
Translator Helper provides an easier and less interruptive way to translate during browsing web pages.
Translator Helperとは何ですか?
Translator HelperはSurelyによって開発されたChromeの拡張機能で、その主な機能は「Translator Helper provides an easier and less interruptive way to translate during browsing web pages.」です。
拡張機能のスクリーンショット
Translator Helper拡張機能のCRXファイルをダウンロード
Translator Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will not and has no permission to access your page! This extension adds a new "Translate" option on the right-click menu when you have selected some texts on the page. Click on the new option will simply opens Google Translate page in a window pop-up, with the selected content automatically loaded in Google Translate page. The window will by default appear on top left side of your screen, you can move or resize it for your preferences. The extension will translate next item on the same window if you do not close it. The extension simplifies the process to translate some text during view websites, as opening a new tab and copy-paste it is time wasting and interruptive.
拡張機能の基本情報
名前 | Translator Helper |
ID | bpbhkhahapjmpnhmniafkbpcakihjckl |
公式URL | https://chromewebstore.google.com/detail/translator-helper/bpbhkhahapjmpnhmniafkbpcakihjckl |
説明 | Translator Helper provides an easier and less interruptive way to translate during browsing web pages. |
ファイルサイズ | 8.72 KB |
インストール数 | 142 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-09-24 |
公開日 | 2019-02-17 |
開発者 | Surely |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translator Helper", "description": "Translator Helper provides an easier and less interruptive way to translate during browsing web pages.", "version": "1.0.1", "background": { "scripts": [ "translator_helper.js" ] }, "browser_action": { "default_icon": "icons\/icon48x48.png" }, "icons": { "16": "icons\/icon16x16.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" }, "permissions": [ "contextMenus" ] } |