Mini Translator
Translate a text to a different language
什么是Mini Translator?
Mini Translator是由axel_vc开发的Chrome扩展程序,该扩展的主要功能是“Translate a text to a different language”。
扩展截图
下载Mini Translator扩展crx文件
下载Mini Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple translator extension, you can translate selected text or use the toolbar to get a translation of any text. Translations are obtained by Google Translate. 扩展基本信息
| 名称 | |
| ID | godoijpcenklboeghnkeafimbadkgiib |
| 官方URL | https://chromewebstore.google.com/detail/mini-translator/godoijpcenklboeghnkeafimbadkgiib |
| 简介 | Translate a text to a different language |
| 文件大小 | 96.5 KB |
| 安装次数 | 213 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2022-03-29 |
| 上架时间 | 2022-03-28 |
| 开发者 | axel_vc |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/axelvc/mini_translator |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.0",
"name": "Mini Translator",
"description": "Translate a text to a different language",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "options\/index.html",
"open_in_tab": true
},
"background": {
"service_worker": "background\/main.js"
},
"permissions": [
"storage",
"contextMenus"
],
"web_accessible_resources": [
{
"matches": [
" | |