Selection Translator
It's a simple selection translator. No complex UI !
什么是Selection Translator?
Selection Translator是由Sita's开发的Chrome扩展程序,该扩展的主要功能是“It's a simple selection translator. No complex UI !”。
扩展截图
下载Selection Translator扩展crx文件
下载Selection Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just select the text and you are done ! This is time saving, fast and simple to use.
扩展基本信息
名称 | Selection Translator |
ID | anhalogecnnmbgojhjffbdfimlpemoop |
官方URL | https://chromewebstore.google.com/detail/selection-translator/anhalogecnnmbgojhjffbdfimlpemoop |
简介 | It's a simple selection translator. No complex UI ! |
文件大小 | 8.42 KB |
安装次数 | 462 |
当前版本 | 0.1.9 |
更新时间 | 2018-09-05 |
上架时间 | 2018-09-05 |
评分 | 4.50/5 共2次评分 |
开发者 | Sita's |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection Translator", "version": "0.1.9", "description": "It's a simple selection translator. No complex UI !", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |