GTranslator
GTranslator
什么是GTranslator?
GTranslator是由ext devil开发的Chrome扩展程序,该扩展的主要功能是“GTranslator”。
扩展截图
下载GTranslator扩展crx文件
下载GTranslator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Where do you go when you need a quick translation to another language? A friend or a foreign language dictionary? Now, you can use a handy browser extension if you need to translate words often, with this extension you will get the most convenient access to the online translation services powered by Google. Highlight or right-click on a section of text and click on Translate icon next to it to translate it to your language, the result will be opened to you in a new tab. You can set your language in extension settings and it will automatically translate everything to that language. Translator will detect the language of the site you’re on by itself. Users can also easily translate snippets of text, as well as listen to the proper pronunciation of translated words and phrases on a new tab.
扩展基本信息
名称 | |
ID | bfbblfociapkankmiajlhmjkgbaoogon |
官方URL | https://chrome.google.com/webstore/detail/gtranslator/bfbblfociapkankmiajlhmjkgbaoogon |
简介 | GTranslator |
文件大小 | 474 KB |
安装次数 | 33,591 |
当前版本 | 1.1.0 |
更新时间 | 2022-04-27 |
上架时间 | 2020-07-24 |
评分 | 4.22/5 共78次评分 |
开发者 | ext devil |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/view/gtranslator-pp/home |
支持的语言 | de,en,en-GB,en-US,fr,nl,no,es,es-419,it,pt-BR,pt-PT,ro,sk,fi,ru,zh-CN,zh-TW |
manifest.json | |
{ "background": { "scripts": [ "js\/Utils.js", "js\/core.js", "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/128.png", "default_popup": "popup.html", "default_title": "GTranslator" }, "content_security_policy": "script-src 'self' 'unsafe-eval' ;object-src 'self';", "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "images\/128.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "settings.html", "permissions": [ "contextMenus", " |