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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |