One-Click Translate Selection
Simply select some text and translate from context menu
什么是One-Click Translate Selection?
One-Click Translate Selection是由Christo Tsvetanov开发的Chrome扩展程序,该扩展的主要功能是“Simply select some text and translate from context menu”。
扩展截图
下载One-Click Translate Selection扩展crx文件
下载One-Click Translate Selection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning. 扩展基本信息
| 名称 | |
| ID | cioclchdhgppnbpapkicbhlhbeldplld |
| 官方URL | https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld |
| 简介 | Simply select some text and translate from context menu |
| 文件大小 | 44.61 KB |
| 安装次数 | 10,000 |
| 当前版本 | 3.02 |
| 更新时间 | 2022-12-31 |
| 上架时间 | 2015-07-24 |
| 评分 | 2.95/5 共22次评分 |
| 开发者 | Christo Tsvetanov |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "One-Click Translate Selection",
"description": "Simply select some text and translate from context menu",
"version": "3.02",
"manifest_version": 3,
"permissions": [
"contextMenus",
"storage"
],
"options_page": "options.html",
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |