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 |
官方網址 | 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 |
電子郵箱 | [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" } } |