Translate with Translatium
Select text with your mouse and translate with just one click (Translatium desktop app required).
Translate with Translatiumとは何ですか?
Translate with Translatiumはhttps://translatium.appによって開発されたChromeの拡張機能で、その主な機能は「Select text with your mouse and translate with just one click (Translatium desktop app required).」です。
拡張機能のスクリーンショット
Translate with Translatium拡張機能のCRXファイルをダウンロード
Translate with Translatium拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Select text with your mouse and translate with just one click (Translatium desktop app required). --- Extends the Translatium app on your Mac, Windows PC or Linux, so you can select text with your mouse and translate with just one click. ⚠️ The Translatium extension requires the Translatium app for Mac, Windows or Linux: https://translatium.app If you have the Translatium app on your Mac, Windows PC or Linux, install this extension to translate selected text quickly.
拡張機能の基本情報
名前 | Translate with Translatium |
ID | gfdkaaldlffejeafbpoimbnabjlbpfgl |
公式URL | https://chromewebstore.google.com/detail/translate-with-translatiu/gfdkaaldlffejeafbpoimbnabjlbpfgl |
説明 | Select text with your mouse and translate with just one click (Translatium desktop app required). |
ファイルサイズ | 36.54 KB |
インストール数 | 6,200 |
現在のバージョン | 1.2 |
最終更新日 | 2022-11-20 |
公開日 | 2021-05-17 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | https://translatium.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://translatium.app/ |
ヘルプページのURL | https://translatium.app/help/ |
プライバシーポリシーページのURL | https://about.webcatalog.io/privacy |
対応言語 | en,vi,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.2", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "96": "icon-96.png", "128": "icon-128.png" } } |