Easy Translate
Easy translate (Powered by Mazii)
什么是Easy Translate?
Easy Translate是由xwaystyle开发的Chrome扩展程序,该扩展的主要功能是“Easy translate (Powered by Mazii)”。
扩展截图
下载Easy Translate扩展crx文件
下载Easy Translate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The simplest ever translate tool! Just select text and double press 'Ctrl' key to quick translate word. This is open project which porting the original Mazii to use easier. The main project Mazii does support translate many languages and it's known as aim to Japanese as well. Currently Mazii support up to 13 languages. Further info: http://mazii.net
扩展基本信息
名称 | Easy Translate |
ID | nkkbbhjgjifpbockgfpflchdboolmdmm |
官方URL | https://chromewebstore.google.com/detail/easy-translate/nkkbbhjgjifpbockgfpflchdboolmdmm |
简介 | Easy translate (Powered by Mazii) |
文件大小 | 945 KB |
安装次数 | 269 |
当前版本 | 1.6.6.1 |
更新时间 | 2020-08-18 |
上架时间 | 2020-07-22 |
开发者 | xwaystyle |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mazii.net/ |
支持的语言 | id,en,en-US,fr,vi,es,el,ru,hi,th,zh-CN,ja,ko |
manifest.json | |
{ "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "images\/48.png", "default_popup": "popup.html", "default_title": "Easy translate (Powered by Mazii)" }, "commands": { "dbclick_enable": { "description": "Send event enable or disable fast translate by double click", "suggested_key": { "default": "Ctrl+Shift+M" } } }, "content_scripts": [ { "css": [ "css\/contents.css" ], "js": [ "js\/contents.js", "js\/common.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' chrome:\/\/resources https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; connect-src https:\/\/inputtools.google.com https:\/\/translate.googleapis.com http:\/\/www.ispeech.org https:\/\/mazii.net https:\/\/api.mazii.net https:\/\/www.google.com ; object-src 'self'", "default_locale": "en", "description": "Easy translate (Powered by Mazii)", "externally_connectable": { "matches": [ "*:\/\/*.mazii.net\/*" ] }, "icons": { "128": "images\/128.png", "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Easy Translate", "permissions": [ " |