Go Translate
Translation Plug-in from CDAC-GIST
什么是Go Translate?
Go Translate是由CDAC GIST开发的Chrome扩展程序,该扩展的主要功能是“Translation Plug-in from CDAC-GIST”。
扩展截图
下载Go Translate扩展crx文件
下载Go Translate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plug-in can be used to translate website(s) dynamically / on the fly just by the click of a button. 扩展基本信息
| 名称 | |
| ID | cfmeoigobgkgnepgmpbecadegpcenllg |
| 官方URL | https://chromewebstore.google.com/detail/go-translate/cfmeoigobgkgnepgmpbecadegpcenllg |
| 简介 | Translation Plug-in from CDAC-GIST |
| 文件大小 | 680 KB |
| 安装次数 | 901 |
| 当前版本 | 2.3.6.3 |
| 更新时间 | 2020-03-17 |
| 上架时间 | 2020-03-15 |
| 评分 | 4.09/5 共11次评分 |
| 开发者 | CDAC GIST |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://localization.gov.in |
| 帮助页面URL | http://localization.gov.in/index.php/article-category/2013-11-15-08-56-11 |
| 隐私政策页面URL | http://www.cdac.in/index.aspx?id=privacy_policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Go Translate",
"version": "2.3.6.3",
"short_name": "GIST Translator-Contributor",
"description": "Translation Plug-in from CDAC-GIST",
"icons": {
"16": "image\/icon_24.png",
"48": "image\/icon_48.png",
"128": "image\/icon_128.png"
},
"browser_action": {
"default_icon": "image\/icon_128.png",
"default_title": "Go Translate"
},
"author": "Reena Rana",
"background": {
"scripts": [
"js\/jquery.js",
"js\/services.js",
"js\/crypto-js.min.js",
"js\/storage-manager.min.js",
"js\/toolbar-settings.min.js",
"js\/background.min.js"
],
"persistent": true
},
"options_page": "html\/options.html",
"permissions": [
"unlimitedStorage",
"tabs",
"contextMenus",
"storage",
" | |