Translate Anywhere
You can translate sentences that you select on the web page into various languages. You can also translate the whole page.
Translate Anywhereとは何ですか?
Translate Anywhereはhttps://orca-soft.net/webによって開発されたChromeの拡張機能で、その主な機能は「You can translate sentences that you select on the web page into various languages. You can also translate the whole page.」です。
拡張機能のスクリーンショット
Translate Anywhere拡張機能のCRXファイルをダウンロード
Translate Anywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
By using the icon located at the top right of the browser, you can translate the entire page or any entered text. Additionally, you can select specific text within the page and translate it directly from the right-click menu. This translation feature supports multiple languages, including English, Chinese, Korean, French, German, Italian, Spanish, and Portuguese. *If the icon at the top right is not displayed, please click the jigsaw puzzle icon and pin the 'Translate Anywhere' icon.
拡張機能の基本情報
名前 | Translate Anywhere |
ID | hhimhiimpaicidimabokfbdokhpcnmoh |
公式URL | https://chromewebstore.google.com/detail/translate-anywhere/hhimhiimpaicidimabokfbdokhpcnmoh |
説明 | You can translate sentences that you select on the web page into various languages. You can also translate the whole page. |
ファイルサイズ | 93.25 KB |
インストール数 | 72,557 |
現在のバージョン | 4.1.0.1 |
最終更新日 | 2024-02-29 |
公開日 | 2019-11-07 |
評価 | 3.89/5 合計 53 レビュー |
開発者 | https://orca-soft.net/web |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://orca-soft.net/web/ |
ヘルプページのURL | https://orca-soft.net/info/support.php?service=3 |
プライバシーポリシーページのURL | https://orca-soft.net/chrome/pd/html/privacy_policy.html |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extentionTitle__", "description": "__MSG_extentionDescription__", "version": "4.1.0.1", "manifest_version": 2, "default_locale": "en", "homepage_url": "https:\/\/orca-soft.net\/web\/", "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_extentionDefault_title__", "default_popup": "popup.html" }, "icons": { "16": "icons\/app16.png", "32": "icons\/app32.png", "64": "icons\/app64.png", "128": "icons\/app128.png" }, "background": { "scripts": [ "jq.js", "bg.js" ], "persistent": true }, "content_scripts": [ { "js": [ "jq.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "storage", "activeTab", "http:\/\/*\/", "https:\/\/*\/", "contextMenus" ], "web_accessible_resources": [ "jq.js", "trans.js", "popup.html", "frame.html", "resize.png" ] } |