Go Translate
Translation Plug-in from CDAC-GIST
Go Translate란 무엇입니까?
Go Translate은(는) CDAC GIST에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translation Plug-in from CDAC-GIST"입니다.
확장 프로그램 스크린샷
Go Translate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This plug-in can be used to translate website(s) dynamically / on the fly just by the click of a button.
확장 프로그램 기본 정보
이름 | Go Translate |
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", " |